Remove an unnecessary level of indent.
[wine] / ChangeLog
index 4ae22ef..d587717 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+----------------------------------------------------------------
+2005-08-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+         dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+         dlls/comctl32/header.c, dlls/comctl32/imagelist.c,
+         dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c,
+         dlls/comctl32/propsheet.c, dlls/comctl32/status.c,
+         dlls/comctl32/tab.c, dlls/comctl32/theming.c,
+         dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
+         dlls/comctl32/treeview.c, include/commctrl.h, include/prsht.h:
+       Frank Richter <frank.richter@gmail.com>
+       Fix warnings in 64bit.
+
+       * programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/resource.h, programs/winecfg/theme.c:
+       Frank Richter <frank.richter@gmail.com>
+       Add an "Install theme" button to the appearance page to allow
+       convenient copying of the .msstyles file to the Right Place inside the
+       Windows dir.
+
+       * programs/winecfg/No.rc, programs/winecfg/winecfg.rc:
+       Alexander N. Sørnes <alex@thehandofagony.com>
+       Norwegian translation of winecfg.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/tests/cert.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Implement collection stores.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       More elaborate IsThemeBackgroundPartiallyTransparent() implementation;
+       also returns TRUE for theme parts with 32bpp images.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use FIXME's in stubs instead of TRACE's.
+       Infer pathmode from CLSID in UnixFolderConstructor.
+       Fail in IShellFolder::BindToObject, if folder does not initialize.
+
+       * dlls/dplayx/dplay.c, dlls/dsound/capture.c, dlls/dsound/primary.c,
+         dlls/rpcrt4/cpsf.c, dlls/rpcrt4/ndr_marshall.c,
+         dlls/rpcrt4/rpc_epmap.c, dlls/rpcrt4/rpc_server.c,
+         dlls/rpcrt4/rpcrt4_main.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix some gcc 4.0 warnings.
+
+       * dlls/mshtml/De.rc: Henning Gerhardt <henning.gerhardt@web.de>
+       Update the German resource file.
+
+       * dlls/secur32/secur32.c, dlls/secur32/secur32_priv.h,
+         dlls/secur32/tests/main.c:
+       James Hawkins <truiken@gmail.com>
+       Juan Lang <juan_lang@yahoo.com>
+       Use a standard wine list for packages and providers.
+
+       * dlls/uxtheme/system.c, dlls/uxtheme/uxtheme.spec,
+         dlls/uxtheme/uxthemedll.h:
+       Frank Richter <frank.richter@gmail.com>
+       EnumThemeColors() and EnumThemeSizes() actually do not return a single
+       string with the color/size name, but rather a struct containing three
+       strings - name, display name and tooltip.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Since theme images are reused now it's not really a good idea to
+       delete them in drawing functions.
+
+       * programs/winecfg/Nl.rc: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Update to the latest theme and tab settings.
+
+       * dlls/wldap32/misc.c, dlls/wldap32/winldap_private.h,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_count_entries, ldap_count_references,
+       ldap_first_attribute*, ldap_first_entry, ldap_first_reference,
+       ldap_next_attribute*, ldap_next_entry and ldap_next_reference.
+
+2005-08-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/winecrt0/crt0_private.h, dlls/winecrt0/dll_entry.c,
+         dlls/winecrt0/exe_entry.c, dlls/winecrt0/exe_wentry.c,
+         tools/winebuild/spec32.c:
+       Avoid using common symbols, they are broken on Mac OS.
+
+       * dlls/uxtheme/draw.c, dlls/uxtheme/msstyles.c,
+         dlls/uxtheme/uxthemedll.h:
+       Frank Richter <frank.richter@gmail.com>
+       Pass around what kind of transparency an image actually needs. Use
+       alpha-blending for 32bpp images.
+
+       * programs/winecfg/theme.c: Frank Richter <frank.richter@gmail.com>
+       Make THEME_update_color_and_size static and drop THEME_ prefix.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       Make typelib marshaler use IRpcChannelBuffer::GetBuffer if possible.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       - Shunt some trace statements over to the typelib channel that aren't
+         really much use except in debugging typelib parsing.
+       - Make sure to release a reference to being returned as VariantCopyInd
+         takes one for us.
+
+       * dlls/shell32/shell32_main.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Clone pidlLast before free'ing pidl after call to SHBindToParent.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Added test to show that Windows does not allocate a new pidl in
+       SHBindToParent.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use StringFromGUID2 instead of StringFromCLSID in
+       UNIXFS_is_rooted_at_desktop.
+
+       * tools/winebuild/parser.c:
+       Compute the ordinal base and limit in assign_ordinals instead of doing
+       it while parsing.
+
+       * dlls/dinput8/Makefile.in, dlls/dplay/Makefile.in,
+         dlls/newdev/Makefile.in, dlls/ntdll/loader.c,
+         dlls/olepro32/Makefile.in, dlls/rsabase/Makefile.in,
+         dlls/shfolder/Makefile.in, dlls/stdole2.tlb/Makefile.in,
+         dlls/stdole32.tlb/Makefile.in, dlls/winecrt0/dll_main.c:
+       Uncomment out DisableThreadLibraryCalls in DllMain and add the
+       kernel32 imports that it requires.
+
+       * dlls/version/info.c, dlls/version/tests/info.c:
+       Store the result of the A/W conversions in the extra buffer space.
+
+       * dlls/version/info.c, dlls/version/tests/info.c:
+       Paul Vriens <paul.vriens@xs4all.nl>
+       Reserve extra space for conversions.
+
+       * dlls/winecrt0/Makefile.in, dlls/winecrt0/crt0_private.h,
+         dlls/winecrt0/dll_entry.c, dlls/winecrt0/exe_entry.c,
+         dlls/winecrt0/exe_wentry.c, tools/winebuild/import.c,
+         tools/winebuild/spec32.c, tools/winegcc/winegcc.c:
+       Moved more of the spec initialization code to the winecrt0 library,
+       and get rid of implicit kernel32 imports.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/misc.c, dlls/wldap32/value.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_count_values*, ldap_get_values*,  ldap_msgfree and
+       ldap_value_free_len.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Implement encoding/decoding of CERT_ALT_NAME_INFOs and CRL_INFOs.
+
+       * dlls/kernel/global16.c, dlls/kernel/kernel_main.c,
+         dlls/kernel/system.c, dlls/kernel/system.drv.spec:
+       Moved the implementation of a couple of system.drv entry points to
+       system.c.
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/surface.c, dlls/wined3d/utils.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Added support for DXT2 and DXT4.
+
+       * include/wine/list.h: Juan Lang <juan_lang@yahoo.com>
+       Added a LIST_FOR_EACH_ENTRY_SAFE helper macro.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/tests/cert.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Implemented memory cert stores.
+
+       * dlls/comctl32/header.c: Phil Krylov <phil@newstar.rinet.ru>
+       Improved header control performance by maintaining an internal order
+       array.
+
+       * libs/wine/ldt.c:
+       Implemented wine_ldt_alloc_fs and wine_ldt_init_fs for Mac OS.
+
+       * tools/winebuild/spec16.c:
+       Use __wine_unimplemented_stub from crt0 for 16-bit spec files too.
+
+       * programs/winemine/No.rc, programs/winemine/rsrc.rc:
+       Alexander N. Sørnes <alex@thehandofagony.com>
+       Norwegian language support.
+
+       * dlls/mshtml/Fr.rc, dlls/mshtml/rsrc.rc:
+       Jonathan Ernst <Jonathan@ErnstFamily.ch>
+       French resources.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       If a MINSIZEn property is not present, fall back to actual size of nth
+       image to determine whether it is suitable.
+
+       * dlls/kernel/kernel32.spec:
+       Removed a few no longer used 16-bit exports.
+
+       * dlls/kernel/task.c, dlls/kernel/toolhelp16.c:
+       Moved TaskFindHandle16 to toolhelp16.c.
+
+       * dlls/kernel/global16.c, dlls/kernel/toolhelp.c:
+       Moved GlobalMasterHandle to global16.c.
+
+       * dlls/kernel/Makefile.in, dlls/kernel/kernel16.c,
+         dlls/kernel/kernel_main.c, dlls/kernel/krnl386.exe.spec,
+         dlls/kernel/wowthunk.c:
+       Moved the kernel 16-bit initialization to a new DllEntryPoint routine
+       in krnl386.
+
+       * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+       - the combination of all table keys must be unique, not each key
+       - MsiViewExecute may not be called before MsiModifyView
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Take a common computation out of two if-branches in
+       UXTHEME_LoadImage().
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implemented IWineD3DDevice_GetRenderTargetData.
+
+       * dlls/mshtml/En.rc, dlls/mshtml/resource.h, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Move strings to resources.
+
+       * libs/wine/loader.c: Use the correct ordinal flag for Win64 support.
+
+       * dlls/dbghelp/elf_module.c:
+       Added a couple of missing stubs for the non-ELF case.
+
+       * tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/utils.c:
+       Get rid of the unused owner_name field.
+
+       * programs/winecfg/Fr.rc: Jonathan Ernst <Jonathan@ErnstFamily.ch>
+       Theming setings in French.
+
+       * dlls/comctl32/toolbar.c: Yuri Kozlov <kozlov.y@gmail.com>
+       Set default size for toolbar bitmap if not specified.
+
+       * dlls/msi/action.h, dlls/msi/classes.c, dlls/msi/helpers.c,
+         dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of extensions instead of using an array
+       - use extension pointers instead of array indexes
+
+       * dlls/crypt32/encode.c, dlls/crypt32/protectdata.c,
+         dlls/crypt32/tests/main.c, dlls/crypt32/tests/protectdata.c,
+         dlls/dinput/joystick_linux.c, dlls/icmp/icmp_main.c,
+         dlls/itss/chm_lib.c, dlls/itss/lzx.c, dlls/netapi32/nbnamecache.c,
+         dlls/netapi32/nbt.c, dlls/odbc32/proxyodbc.c,
+         dlls/rsaenh/tests/rsaenh.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/extended.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_extended_operation* and ldap_close_extended_op.
+
+       * dlls/d3d8/directx.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Use wined3dformat when calling wined3d.
+
+       * dlls/uxtheme/draw.c, dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h:
+       Frank Richter <frank.richter@gmail.com>
+       Implement "manual" image sharing(as opposed to using LoadImage() with
+       LR_SHARED) by keeping the loaded images in a list. This is needed for
+       proper alpha support later on since once-per-image preparations will
+       be needed then.
+
+       * dlls/mshtml/tests/htmldoc.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added IHlinkTarget::Navigate test.
+       - Added downloading test (disabled).
+
+       * programs/winecfg/Ru.rc: Yuri Kozlov <kozlov.y@gmail.com>
+       Theme dialog added in Ru.rc.
+
+2005-08-27  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/Makedll.rules.in:
+       Fixed the checklink target to link against winecrt0 too.
+
+       * dlls/kernel/instr.c, dlls/kernel/kernel16_private.h,
+         dlls/kernel/kernel_main.c, dlls/kernel/kernel_private.h,
+         dlls/kernel/wowthunk.c:
+       Don't try to initialize the 16-bit thunking code if 16-bit support is
+       disabled.
+
+       * dlls/msi/classes.c: Mike McCormack <mike@codeweavers.com>
+       Add the allocated mime type to the mime type list.
+
+       * dlls/advapi32/crypt_lmhash.c, dlls/advapi32/crypt_sha.c,
+         dlls/advapi32/registry.c, dlls/advapi32/service.c,
+         dlls/advapi32/tests/crypt_lmhash.c, dlls/advapi32/tests/crypt_md4.c,
+         dlls/advapi32/tests/crypt_md5.c, dlls/cabinet/cabinet.h,
+         dlls/comctl32/rebar.c, dlls/comctl32/tab.c, programs/view/view.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/comctl32/propsheet.c:
+       Thomas Weidenmueller <wine-patches@reactsoft.com>
+       It should be allowed to pass NULL handles in the phpage array of the
+       PROPSHEETHEADER structure to PropertySheet(), just ignore them.
+
+       * dlls/wined3d/device.c, dlls/wined3d/swapchain.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Moved GetRasterStatus from device to swapchain.
+
+       * dlls/comctl32/tests/Makefile.in, dlls/crypt32/tests/Makefile.in,
+         dlls/gdi/tests/Makefile.in, dlls/iphlpapi/tests/Makefile.in,
+         dlls/lzexpand/tests/Makefile.in, dlls/mapi32/tests/Makefile.in,
+         dlls/msacm/tests/Makefile.in, dlls/mshtml/tests/Makefile.in,
+         dlls/msvcrt/tests/Makefile.in, dlls/msvcrtd/tests/Makefile.in,
+         dlls/netapi32/tests/Makefile.in, dlls/oleaut32/tests/Makefile.in,
+         dlls/rpcrt4/tests/Makefile.in, dlls/secur32/tests/Makefile.in,
+         dlls/shell32/tests/Makefile.in, dlls/shlwapi/tests/Makefile.in,
+         dlls/urlmon/tests/Makefile.in, dlls/user/tests/Makefile.in,
+         dlls/version/tests/Makefile.in, dlls/wininet/tests/Makefile.in,
+         dlls/winsock/tests/Makefile.in, programs/winetest/Makefile.in:
+       Explicitly import kernel32 in tests that use it.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/hlink.c, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added IHlinkTarget interface.
+
+       * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c,
+         dlls/ole32/tests/marshal.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Implement IMarshal on proxies so that we don't end up with proxies
+         to proxies, causing potential deadlock issues and performance
+         problems.
+       - Add a test for this situation and remove the todo_wine from another
+         test that now succeeds.
+
+       * dlls/mshtml/De.rc, dlls/mshtml/rsrc.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       Added German resources.
+
+       * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+       Jason Edmeades <us@edmeades.me.uk>
+       Listbox delete string handling should validate the range of the
+       index. Added some tests.
+
+       * dlls/wined3d/texture.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Change SetDirty in texture to pass the value of dirty instead of
+       always passing TRUE.
+
+       * dlls/x11drv/xrender.c: Frank Richter <frank.richter@gmail.com>
+       Make AlphaBlend() respect the destination clipping region.
+
+       * include/commctrl.h: Frank Richter <frank.richter@gmail.com>
+       Added WC_SCROLLBAR.
+
+       * dlls/winsock/socket.c, dlls/winsock/tests/sock.c:
+       Hans Leidekker <hans@it.vu.nl>
+       Avoid using the obsolete inet_addr.
+
+       * dlls/mshtml/tests/htmldoc.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Make pActiveObject test language specific.
+
+       * dlls/sensapi/sensapi.c, include/sensapi.h:
+       Marcus Meissner <meissner@suse.de>
+       IsNetworkAlive() enhanced, always reports LAN.
+
+2005-08-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/rsaenh/rsaenh.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/wined3d_private.h:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Beginning implementation of Gecko focus handling.
+
+       * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+         dlls/shell32/folders.c, dlls/shell32/iconcache.c,
+         dlls/shell32/regsvr.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/shellole.c, dlls/shell32/shfldr_unixfs.c,
+         dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Implemented 'My Documents' folder.
+
+       * dlls/oleaut32/varformat.c, dlls/winedos/dosaspi.c,
+         dlls/winedos/dosmem.c, dlls/winedos/module.c, dlls/wineps/driver.c,
+         dlls/wineps/init.c, dlls/wineps/ps.c, dlls/wineps/type42.c,
+         dlls/winsock/tests/sock.c, programs/winetest/send.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/Makefile.in, dlls/make_dlls:
+       We no longer need a special case for the ntdll import library.
+
+       * include/wtypes.idl: Robert Shearman <rob@codeweavers.com>
+       Added more wtypes definitions, particularly for GDI/USER handles.
+
+       * include/urlmon.idl: Robert Shearman <rob@codeweavers.com>
+       - The output size should be *pcbPolicy for ppPolicy, not the input
+         size.
+       - Remove a stray semi-colon.
+
+       * include/oleidl.idl: Robert Shearman <rob@codeweavers.com>
+       Move interfaces around to satisfy MIDL.
+
+       * include/msxml.idl: Robert Shearman <rob@codeweavers.com>
+       Remove nonsense msxml IDL attributes.
+
+       * dlls/x11drv/xfont.c: Pavel Roskin <proski@gnu.org>
+       Extend uRelax scale so that yres is relaxed before slant, not at the
+       same time.
+
+       * dlls/msi/action.h, dlls/msi/classes.c, dlls/msi/helpers.c,
+         dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of mime types instead of using an array
+       - use mime type pointers instead of array indexes
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       Robert Shearman <rob@codeweavers.com>
+       Add stub for CoAllowSetForegroundWindow.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec:
+       Juan Lang <juan_lang@yahoo.com>
+       Added a bunch of stubs.
+
+       * dlls/mshtml/En.rc, dlls/mshtml/olewnd.c, dlls/mshtml/resource.h,
+         dlls/mshtml/rsrc.rc:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added default MSHTML context menu.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Correct a typo, and add more definitions.
+
+2005-08-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/winecrt0/Makefile.in, dlls/winecrt0/delay_load.c,
+         tools/winebuild/import.c, tools/winebuild/spec32.c:
+       Moved the delay loading support code to the winecrt0 library.
+
+       * include/Makefile.in, include/ddk/winsplp.h:
+       Detlef Riekenberg <wine.dev@web.de>
+       Added winsplp.h header.
+
+       * programs/uninstaller/Makefile.in, programs/winepath/Makefile.in,
+         tools/winegcc/winegcc.c, tools/winegcc/winegcc.man:
+       Added a -municode flag to winegcc for applications that have a wmain()
+       entry point.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/olewnd.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Beginning implementation of context menu.
+       - Set nsIWebBrowserChrome of nsIWebBrowser.
+
+       * dlls/wined3d/Makefile.in, dlls/wined3d/device.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implemented stubbed out pixel shaders and their states in wined3d.
+
+       * dlls/commdlg/printdlg.c: Vitaly Lipatov <lav@etersoft.ru>
+       Restore paper orientation when pagesetupdlg is initializing.
+
+       * dlls/ntdll/signal_i386.c: Glenn Wurster <gwurster@scs.carleton.ca>
+       Make stack check work if stack is a small value.
+
+       * dlls/ddraw/tests/d3d.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       - DirectDrawCreateEx fails with Standard VGA Adapter driver.
+       - IDirect3D7::CreateDevice() returns E_OUTOFMEMORY if a card has no 3D
+         acceleration.
+
+       * programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Ja.rc,
+         programs/winecfg/Nl.rc, programs/winecfg/Ru.rc,
+         programs/winecfg/main.c, programs/winecfg/resource.h:
+       Frank Richter <frank.richter@gmail.com>
+       Load tab titles and property sheet caption from string resources.
+
+       * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+       Make sure to save the result calculated in ACTION_UpdateInstallStates.
+
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       Vitaly Lipatov <lav@etersoft.ru>
+       - remove return: now break loop if can't change state during test
+       - add test for value returned by SwapMouseButton
+       - fix SwapMouseButton return value (it returns previous state)
+
+       * dlls/comctl32/header.c: Phil Krylov <phil@newstar.rinet.ru>
+       Draw header control items only within the header client area.
+
+       * dlls/activeds/Makefile.in, dlls/d3dim/Makefile.in,
+         dlls/d3drm/Makefile.in, dlls/msnet32/Makefile.in,
+         dlls/msvcrt20/Makefile.in, dlls/msvcrt40/Makefile.in,
+         dlls/ntdll/exception.c, dlls/oleacc/Makefile.in,
+         dlls/sti/Makefile.in, dlls/url/Makefile.in,
+         dlls/winecrt0/Makefile.in, dlls/winecrt0/stub.c,
+         tools/winebuild/import.c, tools/winebuild/spec32.c:
+       Moved the implementation of spec file stubs to the winecrt0 library.
+
+       * dlls/comctl32/theme_dialog.c: Frank Richter <frank.richter@gmail.com>
+       Add WM_CTLCOLORSTATIC handler to dialog theming subclass so static
+       text can appear transparent (for e.g. tab pages which commonly have a
+       "fancy" background).
+
+       * dlls/msi/files.c: Aric Stewart <aric@codeweavers.com>
+       The file name used in the ui messages is the target name not the
+       source name.
+
+       * programs/winecfg/De.rc, programs/winecfg/En.rc:
+       Frank Richter <frank.richter@gmail.com>
+       Add English Neutral and German appearance tab translations.
+
+       * documentation/PACKAGING: Tom Wickline <twickline@gmail.com>
+       Removed remaining config references.
+
+       * dlls/mshtml/persist.c, dlls/mshtml/tests/Makefile.in,
+         dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added test of IPersistMoniker::Load.
+       - Fix Wine to pass the test.
+
+       * dlls/Makefile.in, dlls/make_dlls:
+       Install the static import libraries too.
+
+       * configure, configure.ac, dlls/.cvsignore, dlls/Makeimplib.rules.in,
+         dlls/dxerr8/Makefile.in, dlls/dxerr9/Makefile.in,
+         dlls/dxguid/Makefile.in, dlls/strmiids/Makefile.in,
+         dlls/uuid/Makefile.in, dlls/winecrt0/Makefile.in:
+       Added a make rules file for static import libraries.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/winecrt0/.cvsignore,
+         dlls/winecrt0/Makefile.in, dlls/winecrt0/dll_main.c,
+         dlls/winecrt0/exe_main.c, dlls/winecrt0/exe_wmain.c,
+         programs/uninstaller/Makefile.in, programs/winepath/Makefile.in,
+         tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/main.c, tools/winebuild/spec32.c,
+         tools/winegcc/winegcc.c:
+       Beginnings of a crt0 library.
+
+       * include/Makefile.in:
+       Fixed installation rules for Wine-specific IDL files.
+
+       * dlls/itss/itss.idl, dlls/itss/.cvsignore, dlls/itss/Makefile.in,
+         dlls/itss/itss.c, dlls/itss/moniker.c, dlls/itss/regsvr.c,
+         dlls/itss/storage.c, include/Makefile.in, include/wine/.cvsignore,
+         include/wine/itss.idl:
+       James Hawkins <truiken@gmail.com>
+       Moved itss.idl to include/wine.
+
+       * dlls/ntdll/virtual.c:
+       Use FILE_GetDeviceInfo in NtMapViewOfSection to avoid having to fetch
+       the file descriptor twice.
+
+       * dlls/msi/action.h, dlls/msi/classes.c, dlls/msi/helpers.c,
+         dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of classes instead of using an array
+       - use class pointers instead of array indexes
+
+       * dlls/winsock/socket.c: Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/crypt32_private.h, dlls/crypt32/main.c,
+         dlls/crypt32/tests/.cvsignore, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/cert.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Implemented CryptHashCertificate.
+
+       * dlls/msi/package.c: Mike McCormack <mike@codeweavers.com>
+       Don't dereference variables in a trace.
+
+       * include/objidl.idl, include/wtypes.idl:
+       Robert Shearman <rob@codeweavers.com>
+       Update to include all of the interfaces in the Platform SDK as of the
+       XP SP2 version.
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h:
+       Robert Shearman <rob@codeweavers.com>
+       Remove unused thread handle entry from the apartment structure.
+
+       * dlls/msi/classes.c: Mike McCormack <mike@codeweavers.com>
+       Fix a small bug introduced when converting appids to a list.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Display the correct text string in the action text field for the
+       dialog boxes. Also the string should be deformatted.
+
+2005-08-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/server.c, include/wine/server_protocol.h, server/fd.c,
+         server/handle.c, server/handle.h, server/protocol.def,
+         server/request.h, server/trace.c:
+       Don't cache file descriptors open on removable devices.
+
+       * dlls/ntdll/file.c, dlls/ntdll/ntdll_misc.h:
+       Moved the FileFsDeviceInformation query to a separate function.
+
+       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+       Vitaly Lipatov <lav@etersoft.ru>
+       Add missed _mbscoll function.
+
+       * dlls/atl/atl_main.c: Aric Stewart <aric@codeweavers.com>
+       Version 1 atl modules only have a structure size of 100 and no
+       functions to call.
+
+       * dlls/msi/install.c, include/msiquery.h:
+       Johan Dahlin <jdahlin@async.com.br>
+       Implemented MsiSetComponentState*.
+
+       * dlls/msi/tests/db.c: Mike McCormack <mike@codeweavers.com>
+       Test case for MsiModifyView and MsiViewGetError.
+
+       * dlls/msi/create.c, dlls/msi/delete.c, dlls/msi/insert.c,
+         dlls/msi/msipriv.h, dlls/msi/select.c, dlls/msi/table.c:
+       Mike McCormack <mike@codeweavers.com>
+       Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
+
+       * programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Makefile.in, programs/winecfg/main.c,
+         programs/winecfg/resource.h, programs/winecfg/theme.c,
+         programs/winecfg/winecfg.h:
+       Frank Richter <frank.richter@gmail.com>
+       Add an "Appearance" tab to control the currently active theme.
+
+       * dlls/msi/msiquery.c, include/msiquery.h:
+       Mike McCormack <mike@codeweavers.com>
+       Better stub for MsiViewGetError.
+
+       * dlls/msi/action.c: Johan Dahlin <jdahlin@async.com.br>
+       Added a null check for component.
+
+       * dlls/msi/action.h: Mike McCormack <mike@codeweavers.com>
+       Add include guard to header and make functions extern.
+
+       * dlls/x11drv/text.c: Huw Davies <huw@codeweavers.com>
+       Use the correct rectangle for ETO_OPAQUE - spotted by James Hawkins.
+
+       * dlls/msi/install.c, dlls/msi/msi.spec:
+       Johan Dahlin <jdahlin@async.com.br>
+       Added stubs for MsiSetComponentStateA and MsiSetComponentStateW.
+
+       * dlls/msi/action.h, dlls/msi/classes.c, dlls/msi/helpers.c,
+         dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of appids instead of using an array
+       - use appid pointers instead of array indexes
+
+       * dlls/wininet/http.c: James Hawkins <truiken@gmail.com>
+       Avoid heap corruption by not accessing old HeapReAlloc'ed pointer.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       - Remove redundant QueryInterface in marshal_interface - the object is
+         always queried later on for the correct interface of the object.
+       - Make sure to Release the marshaled pointer in the typelib marshaler
+         once it is no longer required.
+
+       * dlls/oleaut32/olepicture.c: Michael Stefaniuc <mstefani@redhat.de>
+       Implement IPicture::get_hPal for PICTYPE_BITMAP.
+
+2005-08-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/spec32.c:
+       The exported name strings should be inside the export directory (found
+       by Vitaliy Margolen).
+
+       * dlls/ddraw/tests/d3d.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Skip testing on IDirect3D7::CreateDevice() failure.
+
+       * dlls/wined3d/swapchain.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Update the implementation of GetFrontBufferData in stateblock.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/mciavi32/.cvsignore,
+         dlls/mciavi32/Makefile.in, dlls/mciavi32/info.c,
+         dlls/mciavi32/mciavi.c, dlls/mciavi32/mciavi32.spec,
+         dlls/mciavi32/mciavi_res.rc, dlls/mciavi32/mmoutput.c,
+         dlls/mciavi32/private_mciavi.h, dlls/mciavi32/wnd.c,
+         dlls/winmm/mciavi/.cvsignore, dlls/winmm/mciavi/Makefile.in,
+         dlls/winmm/mciavi/info.c, dlls/winmm/mciavi/mciavi.c,
+         dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mciavi/mciavi_res.rc,
+         dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/private_mciavi.h,
+         dlls/winmm/mciavi/wnd.c, dlls/winmm/time.c,
+         programs/winecfg/properties.c, tools/wine.inf:
+       Rémi Assailly <remi.assailly@free.fr>
+       Moved mciavi32 to the top-level dlls directory.
+
+       * dlls/msvcrt/mbcs.c, dlls/msvideo/msvideo16.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/ntdll/om.c, dlls/ntdll/server.c, include/wine/server_protocol.h,
+         server/handle.c, server/handle.h, server/protocol.def,
+         server/request.h, server/trace.c:
+       Added a separate set_handle_cached_fd request instead of abusing
+       set_handle_info for that.
+
+       * dlls/kernel/process.c:
+       Rewrote Get/SetHandleInformation to call the corresponding ntdll
+       functions.
+
+       * dlls/itss/Makefile.in, dlls/itss/itss.c, dlls/itss/regsvr.c,
+         tools/wine.inf:
+       James Hawkins <truiken@gmail.com>
+       Register the ITStorage class.
+
+       * dlls/riched20/caret.c, dlls/riched20/reader.c:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Fixed a RichEdit RTF reader bug which resulted in loss of text.
+       Eliminated unneeded recursion in ME_InsertTextFromCursor().
+
+       * include/mshtmhst.idl: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added more definitions.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/helpers.c,
+         dlls/msi/install.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of folders instead of using an array
+       - use folder pointers instead of array indexes
+
+       * documentation/PACKAGING: Tom Wickline <twickline@gmail.com>
+       Remove reference to config file.
+       Add .deb file with .rpm file for successful install.
+
+       * DEVELOPERS-HINTS: Tom Wickline <twickline@gmail.com>
+       Remove reference to documentation/samples/.
+       Add recently implemented dlls.
+
+       * dlls/x11drv/xrender.c: Huw Davies <huw@codeweavers.com>
+       Avoid using XRenderFindStandardFormat as older libraries don't have
+       it.
+
+       * dlls/comctl32/tab.c, dlls/comctl32/tests/tab.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Fix handling of minimum tab width.
+       Add more tests to test it.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/classes.c,
+         dlls/msi/custom.c, dlls/msi/files.c, dlls/msi/format.c,
+         dlls/msi/helpers.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of files instead of using an array
+       - use file pointers instead of array indexes
+
+       * dlls/riched20/row.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed EM_EXLINEFROMCHAR to work for last row of a paragraph.
+
+       * dlls/comctl32/progress.c, dlls/comctl32/tests/.cvsignore,
+         dlls/comctl32/tests/Makefile.in, dlls/comctl32/tests/progress.c:
+       Michael Kaufmann <hallo@michael-kaufmann.ch>
+       - Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS, PBM_STEPIT.
+       - New tests.
+
+       * programs/winedbg/winedbg.c: Glenn Wurster <gwurster@scs.carleton.ca>
+       Don't pass on EH_STACK_INVALID exceptions.
+
+       * dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/graphics.c,
+         dlls/gdi/font.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/winetty.drv.spec, dlls/wineps/psdrv.h,
+         dlls/wineps/text.c, dlls/wineps/wineps.drv.spec, dlls/x11drv/text.c,
+         dlls/x11drv/winex11.drv.spec, dlls/x11drv/x11drv.h,
+         dlls/x11drv/xrender.c:
+       Huw Davies <huw@codeweavers.com>
+       Move a bunch of common code from the drivers into gdi.
+
+       * dlls/shell32/tests/Makefile.in, dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Added some tests for CLSID_FolderShortcut objects.
+
+       * dlls/msxml3/tests/domdoc.c: Mike McCormack <mike@codeweavers.com>
+       Add some node tests.
+
+       * dlls/shell32/tests/shlexec.c, dlls/twain/capability.c,
+         dlls/version/resource.c, dlls/winaspi/winaspi16.c,
+         dlls/winaspi/winaspi32.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * include/windef.h, include/wine/debug.h:
+       Kevin Koltzau <kevin@plop.org>
+       Fix pointer cast warnings in 64bit.
+
+       * 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/stateblock.c, dlls/d3d9/surface.c, dlls/d3d9/swapchain.c,
+         dlls/d3d9/texture.c, dlls/d3d9/vertexbuffer.c,
+         dlls/d3d9/vertexshader.c, dlls/d3d9/volume.c,
+         dlls/d3d9/volumetexture.c, include/wine/wined3d_types.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Tidy up d3d9 and finalize passing d3d9 calls to wined3d for now.
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+       Michael Stefaniuc <mstefani@redhat.de>
+       - VarAdd, VarMul: I4 overflows to R8 and not I8 even if the result
+         would fit in I8. Fix tests.
+       - Document a brokeness in the handling of I8 numbers in
+         VarNumFromParseNum. Fix tests.
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Added support for backward search to RichEdit EM_FINDTEXT[AW],
+       EM_FINDTEXTEX[AW] message handler.
+
+       * dlls/advapi32/service.c, include/winsvc.h:
+       Kevin Koltzau <kevin@plop.org>
+       Properly declare handles.
+
+       * include/commctrl.h: Michael Kaufmann <hallo@michael-kaufmann.ch>
+       Added SB_SIMPLEID.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Make index INT not UINT because it can be -1.
+
+2005-08-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ddraw/device_opengl.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Don't leak a list of visuals (with advice of Jacek Caban).
+
+       * dlls/version/tests/info.c:
+       Add an extra test to show failing behavior.
+
+       * dlls/wldap32/error.c, dlls/wldap32/init.c, dlls/wldap32/misc.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement LdapGetLastError, cldap_open*, ldap_abandon,
+       ldap_check_filter*, ldap_cleanup, ldap_conn_from_msg and
+       ldap_connect.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Initialize all members in UnixFolder constructor.
+       Support NULL value pidls in GetDisplayNameOf method.
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed EM_SETEVENTMASK RichEdit message handler to return old event
+       mask.
+
+       * dlls/user/menu.c: Mike McCormack <mike@codeweavers.com>
+       Fix magic item handling and warnings.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/classes.c,
+         dlls/msi/events.c, dlls/msi/helpers.c, dlls/msi/install.c,
+         dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of features instead of using an array
+       - use feature pointers instead of array indexes
+
+       * dlls/kernel/vxd.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Let DeviceIoControl call the appropriate native interface.
+
+       * dlls/riched20/reader.c: Phil Krylov <phil@newstar.rinet.ru>
+       Automatically set default font after parsing a font table in RichEdit
+       RTF reader.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/oleobj.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Call LockContainer only if it's not already locked/unlocked.
+       - Only return S_OK in SetClientSite if IOleClientSite is not changed.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/rename.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_rename* functions.
+
+       * dlls/comctl32/tab.c: Aric Stewart <aric@codeweavers.com>
+       Fix for dreamweaver site definition dialog. Need to initialize the
+       rect for a tab control to an empty rect if it is not visible.
+
+       * dlls/atl/registrar.c: Kevin Koltzau <kevin@plop.org>
+       Fix 'cast to pointer from integer of different size' warnings in
+       64bit.
+
+       * dlls/gdi/path.c, dlls/user/sysparams.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/uxtheme/msstyles.c: Kevin Koltzau <kevin@plop.org>
+       Fix 'cast to pointer from integer of different size' warnings in
+       64bit.
+
+       * server/ptrace.c, server/thread.c, server/thread.h:
+       Don't try to detach from a thread that is exiting, to avoid triggering
+       a kernel race condition.
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Fix quite a few texturing problems and cases where text isn't being
+       correctly displated.
+
+       * dlls/riched20/editor.c, dlls/riched20/reader.c, dlls/riched20/rtf.h:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Added handling of deff RTF control word.
+
+       * dlls/secur32/wrapper.c: Kai Blin <blin@gmx.net>
+       Fixed a couple of bugs in InitializeSecurityContext(A/W) and
+       AcceptSecurityContext.
+
+       * dlls/mshtml/nsembed.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Disable using nsWebBrowserStream.
+
+       * configure, configure.ac, dlls/kernel/time.c, include/config.h.in:
+       Gerald Pfeifer <gerald@pfeifer.com>
+       Prefer sys/limits.h over machine/limits.h.
+
+       * dlls/quartz/memallocator.c, dlls/quartz/tests/.cvsignore,
+         dlls/quartz/tests/Makefile.in, dlls/quartz/tests/memallocator.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Return S_OK when committing/decomitting an already
+       committed/decommitted allocator.
+       Add corresponding test case.
+       Improve traces.
+
+       * dlls/ole32/stg_prop.c, dlls/shell32/regsvr.c,
+         dlls/shell32/shellole.c, dlls/shell32/shellreg.c,
+         dlls/user/sysparams.c, dlls/winmm/mmsystem.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix some gcc 4.0 warnings.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/oleobj.c,
+         dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added OnAmbientPropertyChange implementation.
+       - Call IDispatch::Invoke when native does (with test).
+
+       * dlls/msxml3/node.c: Mike McCormack <mike@codeweavers.com>
+       Implement IXMLDOMNode::hasChildNode().
+
+       * dlls/msxml3/domdoc.c: Mike McCormack <mike@codeweavers.com>
+       Forward IXMLDOMDocument methods to contained node.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Sv.rc:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Remove unnecessary #pragma code_page(xxxx) statements from winefile
+       .rc files.
+
+       * dlls/msxml3/element.c: Mike McCormack <mike@codeweavers.com>
+       Forward IXMLDOMElement methods derived from IXMLDOMNode to the
+       element's contained node.
+
+       * dlls/kernel/sync.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed InterLocked* function definitions for non-x86 platforms in
+       accordance with the recent corresponding change of their declarations
+       in winbase.h.
+
+       * dlls/mshtml/persist.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Use pibc argument of IPersistMoniker::Load.
+
+       * dlls/oleaut32/tests/olefont.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+       Add tests for olefont size functions & conversions.
+
+       * dlls/oleaut32/olefont.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+       When applying logical / himetric ratio to olefont sizes, must divide
+       by the standard ratio 72 / 2540.
+
+       * dlls/x11drv/opengl.c: Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Don't dereference a NULL visual pointer.
+
+       * dlls/mshtml/nsembed.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Always add gecko directory to the path before loading xpcom.
+
+       * dlls/atl/registrar.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+       Print something useful in trace and fixme.
+
+       * dlls/quartz/filtergraph.c, dlls/quartz/transform.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Properly allocate/release memory when adding filters to the filtergraph.
+       When connecting pin, discard filter which is the same as the upstream
+       one.
+       Remove wrong extra IBaseFilter_Release.
+       Improve traces by showing filters owing pins we want to connect or
+       render.
+       Properly initialize output pin of transform filter.
+
+       * dlls/ddraw/surface_dib.c:
+       Maxime Bellengé <maxime.bellenge@laposte.net>
+       Fix regression in color keying with RGB mask.
+
+       * dlls/comctl32/datetime.c:
+       Michael Kaufmann <hallo@michael-kaufmann.ch>
+       Handle WM_GETFONT and WM_SETFONT.
+
+       * dlls/winmm/wineoss/mixer.c: Robert Reif <reif@earthlink.net>
+       Fix mixer detection for multiple sound cards.
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Added common keyboard shortcuts for Select All, Undo, Redo, Cut, Copy
+       and Paste to RichEdit.
+
+       * dlls/ole32/compobj.c: Mike McCormack <mike@codeweavers.com>
+       - return a precomputed result for a NULL string
+       - pass strlen an LPSTR to eliminate a sign warning
+
+       * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c,
+         dlls/msvideo/msvideo_private.h, include/vfw.h:
+       Kevin Koltzau <kevin@plop.org>
+       Fix 'cast from pointer to integer of different size' warnings in
+       64bit.
+
+       * dlls/advapi32/security.c: Kevin Koltzau <kevin@plop.org>
+       Remove 'cast from pointer to integer of different size' warnings in
+       64bit,
+
+       * dlls/gdi/tests/.cvsignore, dlls/gdi/tests/Makefile.in,
+         dlls/gdi/tests/palette.c:
+       Glenn Wurster <gwurster@scs.carleton.ca>
+       Start to add some tests for basic palette operations.
+
+       * programs/regedit/about.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Replace "Registry Explorer" by "Registry Editor" in about dialog.
+
+       * programs/winemenubuilder/winemenubuilder.c:
+       Maxime Bellengé <maxime.bellenge@laposte.net>
+       Make the icon choice algorithm really choose the best icon.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/modrdn.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_modrdn* functions.
+
+       * include/rpcdce.h: Kai Blin <blin@gmx.net>
+       Added SEC_WINNT_AUTH_IDENTITY struct.
+
+       * dlls/user/message.c, include/winuser.h:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix RegisterWindowMessage declaration and improve debug message.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/classes.c,
+         dlls/msi/files.c, dlls/msi/format.c, dlls/msi/helpers.c,
+         dlls/msi/install.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       - build a standard Wine list of components instead of using an array
+       - use component pointers instead of array indexes
+
+       * dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Make file operations succeed on Win9x too.
+
+       * dlls/x11drv/window.c: Todd Mokros <tmokros@tmokros.net>
+       Fix a focus stealing bug introduced by the managed flag changes.
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Tidy up some formatting, improve error handling and error logging and
+       fix a couple of spelling mistakes.
+
+2005-08-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/atom.c: Marcus Meissner <meissner@suse.de>
+       Protect GlobalAddAtomA string handling by exception handler (for
+       broken programs).
+
+       * programs/winecfg/drive.c, programs/winecfg/winecfg.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/msxml3/Makefile.in, dlls/msxml3/node.c, dlls/msxml3/nodelist.c:
+       Mike McCormack <mike@codeweavers.com>
+       Implement the IXMLDOMNodeList interface for
+       IXMLDOMNode::get_childNodes.
+
+       * server/object.h, server/ptrace.c, server/signal.c:
+       Added a watchdog mechanism to break out of the wait4 call in case it
+       didn't return properly (can happen at thread exit).
+
+       * 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>
+       Added stubbed implementation of IPersistPropertyBag interface.
+       Register unixfs as CLSID_FolderShortcut.
+
+       * dlls/gdi/dib.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and RGB 565 as 16bit
+       BI_BITFIELDS.
+
+       * dlls/user/scroll.c: Frank Richter <frank.richter@gmail.com>
+       Fix wrong structure size check in GetScrollBarInfo().
+       GetScrollBarInfo() failed when SCROLL_GetScrollBarRect() returned
+       FALSE - however, this is the case if the scrollbar is horizontal, and
+       not an error indicator.
+
+       * dlls/comctl32/theme_combo.c, dlls/comctl32/theme_edit.c:
+       Frank Richter <frank.richter@gmail.com>
+       Forward WM_DESTROY to superclass in edit & listbox theming.
+
+       * dlls/comctl32/theming.c: Frank Richter <frank.richter@gmail.com>
+       Merge subclass stubs and subclass proc. Having the stub set the window
+       proc to the subclass proc was not a good idea since that breaks
+       subclasses of themed standard controls (e.g. what Delphi does a lot).
+
+       * tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/main.c, tools/winebuild/winebuild.man.in:
+       Added a --undefined option to allow forcing some symbols to be
+       resolved by the linker.
+
+       * dlls/msxml3/domdoc.c: Mike McCormack <mike@codeweavers.com>
+       Forward some IXMLDOMDocument methods to the implemenation's contained
+       node.
+
+       * dlls/msxml3/node.c: Mike McCormack <mike@codeweavers.com>
+       Implement parentNode, firstChild, lastChild, previousSibling and
+       nextSibling methods.
+
+       * configure, configure.ac, dlls/Makefile.in,
+         programs/winecfg/properties.c, tools/winapi/win32.api:
+       Rémi Assailly <remi.assailly@free.fr>
+       Removed mcianim.
+
+       * programs/winedbg/memory.c:
+       Make sure the string is null-terminated in memory_get_string.
+
+       * tools/winebuild/import.c:
+       Added some general purpose routines for managing list of symbol
+       names.
+
+       * dlls/ntdll/ntdll.spec:
+       Removed a few internal functions that are no longer exported on
+       Windows.
+
+       * programs/regedit/regproc.c, programs/taskmgr/dbgchnl.c,
+         programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c,
+         programs/winedbg/debugger.h, programs/winedbg/display.c,
+         programs/winedbg/expr.c, programs/winedbg/gdbproxy.c,
+         programs/winedbg/info.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/theme_dialog.c,
+         dlls/comctl32/theming.c:
+       Frank Richter <frank.richter@gmail.com>
+       Add theming support for dialogs (to support tab page background).
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Integrate hardware vertex shaders into the drawing pipeline.
+
+       * dlls/winspool/info.c: Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/nodemap.c:
+       Mike McCormack <mike@codeweavers.com>
+       Use a single function to create all IXMLDOMNode implementations.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/helpers.c:
+       Mike McCormack <mike@codeweavers.com>
+       Store the component information in a standard Wine list.
+
+       * dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c:
+       Jason Edmeades <us@edmeades.me.uk>
+       Handle context menu->refresh, and F5 to initiate a refresh of the file
+       dialog.
+
+       * dlls/msvcrt/string.c, dlls/msvcrt/tests/string.c:
+       Jason Edmeades <us@edmeades.me.uk>
+       _swab failed if src == dest, plus some testcases.
+
+       * dlls/shell32/pidl.c: Jason Edmeades <us@edmeades.me.uk>
+       Add the time to the file display dialog modified column.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Implemented IPersist::GetClassID.
+
+       * programs/winecfg/Ru.rc, programs/winecfg/winecfg.rc:
+       Yuri Kozlov <kozlov.y@gmail.com>
+       Updated Russian resources.
+
+       * dlls/gdi/font.c: Huw Davies <huw@codeweavers.com>
+       Simplify ExtTextOut a bit.  Should be a nop.
+
+       * dlls/kernel/oldconfig.c: Gerald Pfeifer <gerald@pfeifer.com>
+       Enable SCSI_getprocentry() on non-Linux platforms which now should be
+       safe to do.
+
+       * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+       Cope better with mixed charset fonts.
+
+       * dlls/atl/atl_main.c: Aric Stewart <aric@codeweavers.com>
+       In AtlModuleInit do not call initialization procedures that are NULL.
+
+       * fonts/.cvsignore, fonts/Makefile.in, tools/sfnt2fnt.c:
+       Huw Davies <huw@codeweavers.com>
+       Add System font for the Chinese codepages cp936 and cp950. Of course
+       they don't contain any ideographs (and nor should they).
+
+       * dlls/user/cursoricon.c: Mike McCormack <mike@codeweavers.com>
+       Make sure a cursor is always returned if one exists.
+
+2005-08-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/thread.c:
+       Added a stub for NtAlertResumeThread.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/theme_listbox.c,
+         dlls/comctl32/theming.c:
+       Frank Richter <frank.richter@gmail.com>
+       Add theming for listbox (and combo listbox) controls.
+
+       * dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix pointer type warnings.
+
+       * dlls/d3d9/d3d9_private.h, dlls/d3d9/vertexshader.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Pass all the d3d9 calls onto their wined3d equivalents.
+
+       * dlls/crypt32/Makefile.in, dlls/shell32/Makefile.in:
+       Added missing ntdll imports.
+
+       * dlls/kernel/sync.c, dlls/ntdll/file.c:
+       Ivan Leo Puoti <ivanleo@gmail.com>
+       Implement FSCTL_PIPE_DISCONNECT in NtFsControlFile and make
+       DisconnectNamedPipe call it.
+
+       * dlls/mciseq/mcimidi.c, dlls/winmm/mci.c, dlls/winmm/message16.c,
+         include/mmsystem.h:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Make string elements of MCI_OPEN_PARMS const to match the SDK headers.
+
+       * fonts/.cvsignore, fonts/Makefile.in: Pavel Roskin <proski@gnu.org>
+       fontforge 20050729 insists on adding .ttf extension even if the
+       requested output file name ends with a dot.  So let's go back to names
+       ending with ttf.
+
+       * dlls/user/dialog.c, dlls/user/dialog16.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix uninitialized variable warnings emitted by gcc 4.0.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add/update a few definitions.
+
+       * dlls/kernel/tests/codepage.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Test passing NULL source to WideCharToMultiByte.
+
+       * include/winbase.h: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Make the destination pointers of Interlocked* functions volatile to
+       match the SDK headers.
+
+       * dlls/mshtml/oleobj.c, dlls/mshtml/view.c,
+         dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added IOleCommandTerget interface to the test.
+       - Make Wine pass the test.
+       - Fix bug reported by Saulius Krasuckas.
+
+       * tools/sfnt2fnt.c: Pavel Roskin <proski@gnu.org>
+       sfnt2fnt exits with code 0 for several errors, which causes make to
+       ignore them.  Use exit code 1 instead.
+
+       * fonts/wine_system.sfd: Huw Davies <huw@codeweavers.com>
+       System should be sans serif.
+
+       * dlls/ntdll/cdrom.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Add trace to IOCTL_CDROM_RAW_READ.
+
+       * dlls/comctl32/theme_edit.c: Frank Richter <frank.richter@gmail.com>
+       Only draw a themed border when edit control has WS_EX_CLIENTEDGE
+       style.
+
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/nodemap.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make each IXMLDOMNode interface represent one libxml2 xmlNodePtr.
+
+       * dlls/shell32/tests/shlexec.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Test "%l" and "%L". At the same time this tests alternate verbs.
+       Test %1, %l and %L with no quotes.
+       test->todo is a bitmask so fix the checks accordingly.
+
+2005-08-17  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/Makefile.in, dlls/iccvid/.cvsignore, dlls/iccvid/Makefile.in,
+         dlls/msrle32/.cvsignore, dlls/msrle32/Makefile.in,
+         dlls/msvidc32/.cvsignore, dlls/msvidc32/Makefile.in,
+         dlls/twain/.cvsignore, dlls/twain/Makefile.in:
+       Removed a few more unnecessary import libraries.
+
+       * dlls/iccvid/iccvid.spec, dlls/midimap/midimap.spec,
+         dlls/msacm/imaadp32/imaadp32.acm.spec, dlls/msacm/msacm32.spec,
+         dlls/msacm/msadp32/msadp32.acm.spec,
+         dlls/msacm/msg711/msg711.acm.spec,
+         dlls/msacm/winemp3/winemp3.acm.spec, dlls/msrle32/msrle32.spec,
+         dlls/msvidc32/msvidc32.spec, dlls/winmm/joystick/joystick.drv.spec,
+         dlls/winmm/mciavi/mciavi.drv.spec,
+         dlls/winmm/mciwave/mciwave.drv.spec,
+         dlls/winmm/wavemap/msacm.drv.spec,
+         dlls/winmm/winealsa/winealsa.drv.spec,
+         dlls/winmm/winearts/winearts.drv.spec,
+         dlls/winmm/wineaudioio/wineaudioio.drv.spec,
+         dlls/winmm/wineesd/wineesd.drv.spec,
+         dlls/winmm/winejack/winejack.drv.spec,
+         dlls/winmm/winenas/winenas.drv.spec,
+         dlls/winmm/wineoss/wineoss.drv.spec:
+       Make all the DriverProc entry points private.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/mciseq/.cvsignore,
+         dlls/mciseq/Makefile.in, dlls/mciseq/mcimidi.c,
+         dlls/mciseq/mciseq.spec, tools/winapi/win32.api, tools/wine.inf:
+       Rémi Assailly <remi.assailly@free.fr>
+       Moved mciseq to the top-level dlls directory.
+
+       * programs/winecfg/appdefaults.c, programs/winecfg/properties.c,
+         programs/winecfg/properties.h, programs/winecfg/winecfg.c,
+         programs/winecfg/winecfg.h:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Add windows version registry entries.
+
+       * dlls/avifil32/avifile.c, dlls/avifil32/editstream.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * dlls/wined3d/device.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Copy the parser and cross compiler from d3d8 and update everything to
+       vertex shaders 3.0.
+       The Parser will now display the input shader in DirectX style, and the
+       cross compiler now generates valid ARB_VERTEX_PROGRAM programs and
+       outputs the result in ARB_VERTEX_PROGRAM style.
+       Support for a number of extended attributes has been added, but this
+       may not be complete, and dereferencing from loop counters isn't
+       properly parsed yet.
+
+       * dlls/kernel/atom16.c, dlls/kernel/format_msg.c,
+         dlls/kernel/lzexpand.c, dlls/kernel/ne_segment.c,
+         dlls/kernel/relay16.c, dlls/kernel/resource16.c,
+         dlls/kernel/snoop16.c, dlls/kernel/sync.c, dlls/kernel/volume.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * dlls/wined3d/device.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Add support for vertex shader constants to the stateblock.
+
+       * dlls/kernel/tests/process.c, dlls/msxml3/domdoc.c,
+         dlls/secur32/tests/main.c, dlls/wined3d/drawprim.c:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_types.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Tidy up vertex shaders and bring the current code inline with the rest
+       of wined3d.
+
+       * dlls/wininet/tests/http.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Correct failing test and transform it into a bunch of another tests.
+
+       * dlls/ntdll/tests/info.c: Francois Gouget <fgouget@free.fr>
+       Fix a couple of MSVC signed/unsigned warnings.
+
+       * dlls/shell32/shlexec.c, dlls/shell32/tests/shlexec.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
+       Update the conformance tests accordingly.
+       Tweak a trace because it's very confusing to see the path with no
+       escaped quotes in ShellExecuteA() and then with escaped quotes in
+       ShellExecuteExW32() (due to debugstr_w()).
+
+       * dlls/msxml3/node.c: Mike McCormack <mike@codeweavers.com>
+       Fix a search and replace mishap.
+
+       * dlls/ddraw/surface_dib.c, dlls/ddraw/tests/dsurface.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Take RGB mask into account when doing color keying.
+       Add corresponding conformance test.
+
+       * dlls/secur32/Makefile.in, dlls/secur32/ntlm.c,
+         dlls/secur32/secur32.c, dlls/secur32/secur32_priv.h:
+       Kai Blin <blin@gmx.net>
+       Add NTLM security provider dummy.
+
+       * dlls/quartz/filtergraph.c: Christian Costa <titan.costa@wanadoo.fr>
+       Add stubbed IGraphConfig interface to the filtergraph.
+
+       * dlls/quartz/videorenderer.c: Christian Costa <titan.costa@wanadoo.fr>
+       Fix rendering of paletted video stream.
+
+2005-08-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * server/queue.c:
+       Avoid a crash in find_hardware_message_window when there's no
+       foreground input.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/theme_combo.c,
+         dlls/comctl32/theming.c:
+       Frank Richter <frank.richter@gmail.com>
+       Add theming for combo boxes.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add more missing definitions, and correct a prototype.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Dynamically load StrRetToBufW(). This lets shell32_test.exe run on
+       systems that have version 4.72 of shlwapi.dll.
+
+       * dlls/shell32/tests/shlexec.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Verify the parameters received by the child process using code lifted
+       from kernel32/tests/process.c.
+       Test passing parameters to .lnk files that point to an executable.
+
+       * dlls/ntdll/version.c:
+       There is a registry key for the service pack version (spotted by
+       Vitaliy Margolen).
+
+       * dlls/x11drv/event.c, dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c,
+         dlls/x11drv/opengl.c, dlls/x11drv/xrender.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * dlls/secur32/secur32.c, include/lmaccess.h, include/ntsecapi.h,
+         include/winternl.h:
+       Francois Gouget <fgouget@free.fr>
+       Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK.
+       Protect against multiple definitions.
+       Use PNTSTATUS where appropriate.
+
+       * dlls/ole32/ole2.c, dlls/ole32/ole2_16.c, dlls/ole32/storage.c,
+         tools/winapi/win16.api:
+       Francois Gouget <fgouget@free.fr>
+       Use LPSTORAGE to better match the PSDK.
+       Document the real SEGPTR type using the standard documentation
+       mechanisms. Fixes winapi_check warnings.
+
+       * dlls/kernel/heap.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Report swap file total/free sizes to be the same as physical memory.
+       Make sure that we cache all calculated values.
+
+       * dlls/shell32/tests/shellpath.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Remove "initguid.h" include from shellpath test.
+
+       * dlls/mshtml/tests/protocol.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix protocol test on 9x.
+
+       * dlls/ntdll/file.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Improve NtCreateNamedPipe trace.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Fixed a memory overflow and leak identified by Mike McCormack.
+
+       * dlls/user/combo.c: Frank Richter <frank.richter@gmail.com>
+       Change CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
+       COMBOBOXINFO.stateButton when really the button is pressed, not when
+       the combo is dropped down.
+
+       * dlls/wininet/tests/http.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Move repetitive code to two helper functions.
+
+       * dlls/ntdll/version.c:
+       Fetch the version information from the standard Windows keys if not
+       specified otherwise.
+
+       * programs/regedit/De.rc, programs/regedit/En.rc:
+       Juan Lang <juan_lang@yahoo.com>
+       Shrink the hex edit window a bit.
+
+       * dlls/crypt32/tests/encode.c: Juan Lang <juan_lang@yahoo.com>
+       Remove a test that fails under WinME.  Reported and helpfully debugged
+       by Saulius Krasuckas.
+
+       * dlls/secur32/secur32.c: Juan Lang <juan_lang@yahoo.com>
+       Fix uninitialized pointer in builtin providers.  Reported by Kai
+       Blin.
+
+       * dlls/ntdll/file.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       NtCreateNamedPipeFile is no longer a stub, so fix TRACE() call.
+
+       * dlls/mshtml/olewnd.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Deactivate UI in InPlaceDeactivate.
+
+2005-08-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/objidl.idl, include/ocidl.idl, include/oleidl.idl,
+         include/windef.h:
+       Added a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch
+       off the Unicode macros too.
+
+       * dlls/secur32/Makefile.in, dlls/secur32/negotiate.c,
+         dlls/secur32/secur32.c, dlls/secur32/secur32_priv.h,
+         dlls/secur32/tests/main.c:
+       Kai Blin <blin@gmx.net>
+       Added Negotiate security provider dummy. Removed todos from the test.
+
+       * dlls/wldap32/misc.c: Hans Leidekker <hans@it.vu.nl>
+       Fix the build without openldap headers.
+
+       * dlls/mshtml/tests/htmldoc.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Code cleanup.
+       - Dissable tests after UIActivate failes (fixes tests win 9x).
+
+       * include/shlguid.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Added CLSID_FolderShortcut definition.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Add some body to ResolveSource because it is possible to need it when
+       an install is begun but the media is not in the drive, such as in
+       install-on-demand cases.
+
+       * dlls/ntdll/heap.c:
+       Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the
+       arena headers of not.
+       Free list sizes are constant so there's no need to store them in the
+       heap structure.
+
+       * dlls/kernel/process.c, tools/wineprefixcreate.in:
+       Set the default system dir to windows/system32.
+
+       * dlls/ntdll/version.c: Switch the default version to win2k.
+
+       * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+       A previous signed-ness fix broke display of non-ansi chars, fix this.
+
+       * dlls/shell32/pidl.c: Ge van Geldorp <gvg@reactos.com>
+       Fix resource leak on error paths.
+
+       * dlls/ntdll/virtual.c, server/mapping.c:
+       Better handling of conflicting section information between
+       SizeOfRawData and VirtualSize.
+
+       * dlls/wldap32/misc.c, dlls/wldap32/winldap_private.h,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_result.
+
+       * dlls/x11drv/xrender.c: Frank Richter <frank.richter@gmail.com>
+       Fix AlphaBlend() to extract the right part of the source DIB.
+
+       * dlls/kernel/registry16.c, dlls/ole32/compobj.c,
+         dlls/ole32/storage32.c, dlls/shell32/shell.c:
+       Mike McCormack <mike@codeweavers.com>
+       Warning fixes for gcc 4.0.
+
+       * dlls/avifil32/factory.c, dlls/commdlg/cdlg32.c,
+         dlls/dplayx/dplayx_main.c, dlls/dsound/dsound_main.c,
+         dlls/hhctrl.ocx/main.c, dlls/mapi32/mapi32_main.c,
+         dlls/mscms/mscms_main.c, dlls/msisys/msisys.c,
+         dlls/oleaut32/oleaut.c, dlls/snmpapi/main.c, dlls/wineps/init.c,
+         dlls/wldap32/main.c:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Uniformize DllMain TRACEing across dlls.
+
+       * dlls/advpack/tests/advpack.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Remove trailing backslash.
+
+       * dlls/x11drv/codepage.c, dlls/x11drv/dib.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/theme_edit.c,
+         dlls/comctl32/theming.c:
+       Frank Richter <frank.richter@gmail.com>
+       Subclass edit control to draw themed border.
+
+       * dlls/comctl32/trackbar.c: Frank Richter <frank.richter@gmail.com>
+       Improved trackbar theming.
+
+       * dlls/uxtheme/system.c: Frank Richter <frank.richter@gmail.com>
+       Compare result of RegQueryValueExW() with ERROR_SUCCESS.
+
+       * dlls/mshtml/protocol.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added support for aggregation to res protocol.
+       - Fix AboutProtocol_Release.
+       - Use *_THIS macros in protocol objects.
+
+       * dlls/wldap32/add.c: Hans Leidekker <hans@it.vu.nl>
+       Improve parameter handling for the ldap_add* functions.
+
+       * dlls/shell32/tests/shellpath.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Fix some SHGetSpecialFolderPathA exceptions on WinME:
+       - pass pointer to valid buffer as lpszPath.
+       - disable check passing NULL as lpszPath.
+
+       * dlls/hhctrl.ocx/help.c: James Hawkins <truiken@gmail.com>
+       Handle resizing the help viewer window.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Whatever TrueSizeStretchMark is for - it's not what Wine uxtheme used
+       it for. Native uxtheme always stretches "truesize" parts when the
+       destination is smaller than the part image size, but
+       TrueSizeStretchMark doesn't seem to have an influence.
+
+       * dlls/riched20/context.c, dlls/riched20/editor.c,
+         dlls/riched20/editstr.h, dlls/riched20/paint.c, include/richedit.h:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling.
+       Added support for GT_SELECTION flag in EM_GETTEXTEX handler.
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj.spec, dlls/ole32/ole2.spec,
+         dlls/ole32/ole2_16.c:
+       Marcus Meissner <meissner@suse.de>
+       Added CoCreateInstance16, CoGetClassObject16, OleLoad16 stubs.
+
+       * dlls/gdi/font.c, dlls/gdi/gdi32.spec: Vikram Kumar <vik@zone81.com>
+       Added stub for EnableEUDC.
+
+       * include/commctrl.h: Frank Richter <frank.richter@gmail.com>
+       Add WC_EDIT and WC_LISTBOX.
+
+       * dlls/advapi32/crypt.c, dlls/tapi32/phone.c, dlls/user/dde_client.c:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Change some TRACEing formats to make more sense.
+
+       * dlls/msxml3/msxml_private.h:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Protect libxml/parser.h with proper autoconf definition.
+
+       * dlls/shlwapi/ordinal.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Correct typo in format string.
+
+       * dlls/setupapi/parser.c: Ge van Geldorp <gvg@reactos.com>
+       index is 1-based at this point, index == line->nb_fields is the last
+       field and is valid.
+
+       * dlls/winaspi/aspi.c: Gerald Pfeifer <gerald@pfeifer.com>
+       set_last_error() is only used on Linux.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/modify.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_modify* functions.
+
+       * dlls/kernel/instr.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Add entry for int 2 handler.
+
+       * dlls/shell32/shfldr_desktop.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Ge van Geldorp <gvg@reactos.com>
+       - Prepend Desktop folder path for files/directories stored in the
+         filesystem Desktop folder when GetDisplayNameOf is called with the
+         SHGDN_FORPARSING flags.
+       - Add testcases.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/tests/htmldoc.c,
+         dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Activate window in IOleDocumwnrView::Show.
+
+       * dlls/mshtml/tests/protocol.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix protocol test on winxp.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       XP returns E_INVALIDARG on failure.
+
+       * dlls/hhctrl.ocx/help.c: James Hawkins <truiken@gmail.com>
+       - Paint spacing around the tab control.
+       - Use COLOR_MENU to standardize the colors of the viewer.
+
+       * dlls/msvcrtd/Makefile.in: Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 builtin function warnings.
+
+       * programs/winecfg/Ja.rc, programs/winecfg/winecfg.rc:
+       Vikram Kumar <vik@zone81.com>
+       Added Japanese resources.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Better computations to have uniformly sized parts scaled in both
+       directions.
+
+       * dlls/comctl32/progress.c: Frank Richter <frank.richter@gmail.com>
+       Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what
+       native does: just clear WS_EX_STATICEDGE when themed and reduce the
+       area the actual bar is painted in to the progress bar theme part
+       content rect.
+
+       * dlls/x11drv/winpos.c: Frank Richter <frank.richter@gmail.com>
+       Invalidate DCEs when a window region is set.
+
+2005-08-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/heap.c:
+       Converted the process heap list to a standard list.
+
+       * dlls/setupapi/misc.c, dlls/setupapi/setupapi.spec:
+       Added stubs for pSetupGet/SetGlobalFlags.
+
+       * dlls/kernel/tests/thread.c, dlls/ntdll/cdrom.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wininet/tests/wininet_test.h, tools/winapi/winapi.pm:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * dlls/ntdll/heap.c: Converted the heap free lists to standard lists.
+
+       * dlls/ntdll/loader.c: Removed a redundant and possibly wrong warning.
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/module.c,
+         tools/winebuild/import.c:
+       Implemented DelayLoadFailureHook and use it in the winebuild-generated
+       delay load code.
+
+       * dlls/comctl32/theming.c: Frank Richter <frank.richter@gmail.com>
+       Determining the superclass for a window subclassed for theming doesn't
+       work - e.g. Delphi buttons have the classname "TButton" for which no
+       superclass will be found. Instead, use initial subclass window procs
+       that have the subclass hardcoded and store it for the "real" subclass
+       window proc.
+
+       * include/mshtmhst.idl: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix Show*HTMLDialog declarations.
+
+       * programs/winecfg/En.rc: Richard Cohen <richard@daijobu.co.uk>
+       Update English neutral version of winecfg graphics tab, and make the
+       groupboxes not overlap.
+
+       * dlls/wldap32/option.c, dlls/wldap32/wldap32.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement LDAP_OPT_API_FEATURE_INFO and LDAP_OPT_API_INFO.
+
+       * dlls/mshtml/oleobj.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added IOleObject::Close implementation.
+       - OLEIVERB_INPLACEACTIVATE is the same as OLEIVERB_UIACTIVATE.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       Huw Davies <huw@codeweavers.com>
+       Implement SHLoadRegUIStringW.
+
+       * dlls/shlwapi/tests/shreg.c: Richard Cohen <richard@daijobu.co.uk>
+       Blame ExpandEnvironmentStringsA for the failing NT4 test.
+
+       * dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h,
+         dlls/uxtheme/system.c:
+       Frank Richter <frank.richter@gmail.com>
+       Enhance uxtheme to store the themed system metrics in the registry and
+       also backup the old metrics. That way, themed system colors are set
+       even uxtheme was not loaded and initialized yet, and when a theme is
+       deactivated, the colors prior to the activation are restored as well.
+       Also, not having to set the system colors in uxtheme startup works
+       around weird problems where SetSystemColors() ended up being called
+       from inside window creation and this seemingly led to some creation
+       message being sent twice.
+
+       * dlls/kernel/module.c:
+       Add the 16-bit system directory if any to the module search path.
+
+       * configure, configure.ac, dlls/msxml3/Makefile.in,
+         dlls/msxml3/tests/.cvsignore, dlls/msxml3/tests/Makefile.in,
+         dlls/msxml3/tests/domdoc.c:
+       Mike McCormack <mike@codeweavers.com>
+       Add some msxml3 tests.
+
+       * dlls/ntdll/virtual.c:
+       Don't map data beyond the virtual size of a section.
+
+       * dlls/msxml3/main.c, tools/wine.inf:
+       Mike McCormack <mike@codeweavers.com>
+       Partial implementation of DllRegisterServer.
+
+       * dlls/winmm/winealsa/audio.c:
+       Alex Villacís Lasso <a_villacis@palosanto.com>
+       Remove crackling in DirectSound/ALSA playback with full hardware
+       acceleration.
+
+       * dlls/comctl32/trackbar.c: Frank Richter <frank.richter@gmail.com>
+       Add initial theming support for trackbars.
+
+       * dlls/comctl32/toolbar.c: Frank Richter <frank.richter@gmail.com>
+       Add theming for toolbar control.
+
+       * dlls/x11drv/clipboard.c, dlls/x11drv/xdnd.c, dlls/x11drv/xfont.c,
+         dlls/x11drv/xrandr.c, dlls/x11drv/xrender.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix some gcc 4.0 warnings.
+
+       * configure, configure.ac, dlls/msxml3/domdoc.c, include/config.h.in:
+       Mike McCormack <mike@codeweavers.com>
+       Add a configure test for xmlReadMemory.
+
+       * dlls/msvcrtd/tests/Makefile.in, dlls/msvcrtd/tests/debug.c:
+       Saulius Krasuckas <saulius2@ar.fi.lt>
+       Don't import MSVCRTD.DLL and don't fail when it could not be loaded.
+
+       * dlls/shell32/tests/shlfolder.c: Saulius Krasuckas <saulius2@ar.fi.lt>
+       Win98 returns HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) on failure.
+
+       * dlls/mshtml/main.c, dlls/mshtml/mshtml.spec:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added RNIGetCompatibleVersion implementation.
+
+       * dlls/commdlg/filedlg.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Check the GetPidlFromDataObject's doSelected parameter before calling
+       a method on it.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use wine_get_dos_file_name instead of GetFullPathName.
+
+2005-08-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/persist.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Use nsIWebBrowserStream to load html.
+
+       * dlls/kernel/task.c:
+       Make 16-bit task properly inherit the current directory of their
+       parent (based on a patch by Richard Cohen).
+
+       * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c:
+       Huw Davies <huw@codeweavers.com>
+       Implement SHLoadIndirectString.
+
+       * dlls/comctl32/tab.c: Frank Richter <frank.richter@gmail.com>
+       Fix text color for "button" style tabs when theming is enabled.
+
+       * dlls/comctl32/status.c: Frank Richter <frank.richter@gmail.com>
+       Add theming for status bar control.
+
+       * dlls/comctl32/progress.c: Frank Richter <frank.richter@gmail.com>
+       Add theming for the progress control.
+
+       * Make.rules.in, configure, configure.ac, dlls/crtdll/Makefile.in,
+         dlls/msvcrt/tests/Makefile.in, dlls/msvcrtd/tests/Makefile.in,
+         programs/notepad/Makefile.in, programs/regedit/Makefile.in,
+         programs/taskmgr/Makefile.in:
+       Mike McCormack <mike@codeweavers.com>
+       Turn off gcc 4.0's builtin wchar inlines.
+
+       * dlls/secur32/tests/main.c, include/winerror.h:
+       Kai Blin <blin@gmx.net>
+       Added more secur32.dll tests and fixed missing constants in
+       winerror.h.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/delete.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_delete* functions.
+       Add missing spec file entries.
+
+       * include/commctrl.h: Frank Richter <frank.richter@gmail.com>
+       Add WC_COMBOBOX.
+
+       * dlls/kernel/oldconfig.c: Frank Richter <frank.richter@gmail.com>
+       Fix a crash on startup when /proc/ide does not exist.
+
+       * dlls/comctl32/rebar.c: Frank Richter <frank.richter@gmail.com>
+       Add theming for the rebar control.
+
+       * dlls/comctl32/monthcal.c: Frank Richter <frank.richter@gmail.com>
+       Add theming for the monthcal control.
+
+       * dlls/mshtml/protocol.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added support for aggregation in about protocol.
+
+       * dlls/shell32/shlexec.c: Francois Gouget <fgouget@codeweavers.com>
+       Fix the return value of SHELL_Argify() so it once again returns true
+       if a '%1' or equivalent placeholder was found. This fixes
+       ShellExecuteEx(lpFile="foo.txt", lpClass="txtfile").
+
+       * dlls/ntdll/tests/atom.c: Francois Gouget <fgouget@free.fr>
+       Define WIN32_NO_STATUS so we don't get 'duplicate macro' errors when
+       compiling with the PSDK and MSVC.
+       Add some types that are not defined by the PSDK.
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/path.c, include/winbase.h:
+       Added a wine_get_dos_file_name function in kernel32 as a wrapper
+       around the new wine_unix_to_nt_file_name.
+
+       * programs/msiexec/msiexec.c, programs/msiexec/msiexec.h:
+       Removed a useless header file.
+
+       * dlls/lzexpand/lzexpand.spec, dlls/lzexpand/lzexpand16.c:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Implement LZDone in lzexpand, as the 32 bit one moved to kernel.
+
+       * dlls/msxml3/domdoc.c: Mike McCormack <mike@codeweavers.com>
+       Increment the document's refcount when creating the root element.
+
+       * dlls/msxml3/element.c: Mike McCormack <mike@codeweavers.com>
+       Implement IXMLDOMElement::get_tagName.
+
+       * dlls/ddraw/device_opengl.c, dlls/wined3d/directx.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Allow the palette to be set and retrieved.
+
+       * dlls/ntdll/directory.c, dlls/ntdll/ntdll.spec,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/path.c, include/winternl.h:
+       Added a wine_unix_to_nt_file_name function to do proper pathname
+       conversions instead of relying on GetFullPathName hacks.
+
+       * dlls/user/message.c:
+       Set remove to TRUE in accept_hardware_message for messages that should
+       go to a different thread. Simplify the code a bit.
+
+       * include/winldap.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add some missing LDAP definitions.
+
+       * tools/winedump/lnk.c: Steven Edwards <steven_ed4153@yahoo.com>
+       Correct size check.
+
+       * dlls/shell32/shfldr_desktop.c, dlls/shell32/tests/shlfolder.c,
+         include/shobjidl.idl:
+       Steven Edwards <steven_ed4153@yahoo.com>
+       Correct definition of SFGAO_STORAGEANCESTOR.
+
+       * dlls/msxml3/domdoc.c: Mike McCormack <mike@codeweavers.com>
+       Implement IXMLDOMDocument::loadXML.
+
+       * dlls/sensapi/sensapi.c: Steven Edwards <steven_ed4153@yahoo.com>
+       Remove redundant include.
+
+       * tools/winapi/winapi_local.pm:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Correct a typo in winapi_local.pm.
+
+       * tools/winapi/win32.api: Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Another update to win*.api.
+
+       * dlls/wined3d/device.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Track the state of softwareVertexProcessing.
+
+       * dlls/wined3d/basetexture.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Correct the starting values of MIN, MAX and MIP filter, they now match
+       the initial values in opengl.
+
+       * dlls/riched20/writer.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed a bug in EM_STREAMOUT RichEdit message handler which truncated
+       some streamed text.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/main.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/oleobj.c, dlls/mshtml/olewnd.c, dlls/mshtml/persist.c,
+         dlls/mshtml/protocol.c, dlls/mshtml/service.c, dlls/mshtml/view.c:
+       Jacek Caban <cjacek@gmail.com>
+       Move includes of interfaces to mshtml_private.h.
+
+       * dlls/shell32/shlexec.c: Francois Gouget <fgouget@codeweavers.com>
+       Fix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKEY. They are not
+       disjoint flags.
+
+       * dlls/ntdll/tests/reg.c: Francois Gouget <fgouget@free.fr>
+       Remove unneeded wine/library.h include.
+       Use lstrlenW() instead of the Wine-specific strlenW(). This also lets
+       us get rid of the wine/unicode.h include.
+       Define the InitializeObjectAttributes() macro if not using Wine's
+       winternl.h header.
+
+2005-08-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/version.c:
+       Directly use the PEB version fields in GetVersion.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       Huw Davies <huw@codeweavers.com>
+       Partial implementation of DeleteMenuWrap.
+
+       * dlls/user/tests/dce.c: Francois Gouget <fgouget@free.fr>
+       Define DCX_USESTYLE if it is not defined already. Fixes the
+       compilation with the PSDK.
+
+       * dlls/ntdll/tests/rtl.c: Francois Gouget <fgouget@free.fr>
+       Define RTL_HANDLE and RTL_HANDLE_TABLE if not using Wine's winternl.h
+       header. Fixes the compilation with the PSDK.
+
+       * include/winldap.h: Hans Leidekker <hans@it.vu.nl>
+       Synchronize winldap.h with winldap_private.h.
+
+       * dlls/ntdll/rtl.c, dlls/ntdll/version.c:
+       Implemented RtlGetNtProductType.
+
+       * dlls/dmband/dmband_main.c, dlls/dmloader/dmloader_main.c,
+         dlls/dmscript/dmscript_main.c, dlls/dmsynth/dmsynth_main.c,
+         dlls/dmusic/dmusic_main.c, dlls/dswave/dswave_main.c:
+       Francois Gouget <fgouget@free.fr>
+       Correct more mismatches between spec files and comments about export
+       number.
+
+       * dlls/kernel/tests/comm.c: Francois Gouget <fgouget@free.fr>
+       Add trailing '\n's to trace() call.
+
+       * dlls/comctl32/tests/treeview.c: Francois Gouget <fgouget@free.fr>
+       The PSDK does not define a TreeView_InsertItemA() macro so use
+       TreeView_InsertItem() instead.
+
+       * dlls/winmm/wineesd/audio.c: Francois Gouget <fgouget@codeweavers.com>
+       Unicodify wineesd.
+       Fixes WIDM_GETDEVCAPS and WODM_GETDEVCAPS.
+       Call Unicode functions instead of their Ansi equivalent when possible.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/add.c,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_add* functions.
+
+       * dlls/kernel/process.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/version.c:
+       Moved the version initialization to ntdll.
+       Properly set the version fields in the PEB.
+       Removed some no longer used structures.
+
+       * tools/winebuild/res32.c:
+       Byteswap the resources if we detect that the header is in the wrong
+       endianness.
+
+       * dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplayx.spec,
+         dlls/dplayx/dplayx_main.c, dlls/dpnhpast/dpnhpast.spec,
+         dlls/dpnhpast/main.c, dlls/msi/msi.c, dlls/msi/msi.spec,
+         dlls/msi/regsvr.c, dlls/oleaut32/oleaut.c,
+         dlls/oleaut32/oleaut32.spec, dlls/oleaut32/regsvr.c:
+       Francois Gouget <fgouget@free.fr>
+       Change some Dll* functions so they are exported by name like on
+       Windows.
+       Update the documentation accordingly.
+
+       * dlls/wldap32/wldap32.rc, dlls/wldap32/wldap32_Fr.rc:
+       Jonathan Ernst <Jonathan@ernstfamily.ch>
+       French localization for wldap32.
+
+       * dlls/kernel/lzexpand.c: Francois Gouget <fgouget@free.fr>
+       Update the documentation to reflect the fact that the LZ* functions
+       are implemented in kernel32.dll now.
+
+       * dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Add helpers for converting (arrays of) LDAPMod structures into
+       different encodings.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       Huw Davies <huw@codeweavers.com>
+       Implement IUnknown_EnumObjects.
+
+       * dlls/kernel/profile.c, dlls/kernel/tests/profile.c:
+       Richard Cohen <richard@daijobu.co.uk>
+       - Fix regression in GetPrivateProfileString16 for key=NULL.
+       - Check return values in Profile tests.
+
+       * dlls/gdi/metafile.c, dlls/kernel/kernel_main.c,
+         dlls/kernel/local16.c, dlls/kernel/resource16.c, dlls/kernel/task.c,
+         dlls/ole32/ole16.c, dlls/ole32/storage.c, dlls/user/edit.c,
+         dlls/user/user16.c, dlls/winmm/mmsystem.c, dlls/wow32/wow_main.c,
+         include/wine/winbase16.h, include/wownt32.h:
+       Use the proper WOW functions everywhere instead of the K32WOW variant.
+
+       * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c,
+         dlls/winaspi/winescsi.h:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Make use of now full and correct HKLM\HARDWARE\DEVICES\Scsi.
+
+       * dlls/kernel/oldconfig.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Use /proc filesystem to create HKLM\HARDWARE\DEVICEMAP\Scsi entries.
+
+       * programs/winelauncher.in: Marcus Meissner <marcus@jet.franken.de>
+       Fixed harmless /tmp problem.
+
+       * dlls/user/driver.c, dlls/user/user_main.c, dlls/user/user_private.h:
+       Make sure we don't call the graphics driver after process detach.
+
+       * dlls/msxml3/Makefile.in, dlls/msxml3/domdoc.c, dlls/msxml3/element.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/nodemap.c:
+       Mike McCormack <mike@codeweavers.com>
+       Create a node object and use it to hold libxml2 pointers.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/persist.c, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Init nsWebBrowser window while creating nscontainer.
+
+       * dlls/atl/registrar.c, dlls/dmband/dmband_main.c,
+         dlls/dmloader/dmloader_main.c, dlls/dmscript/dmscript_main.c,
+         dlls/dmsynth/dmsynth_main.c, dlls/dmusic/dmusic_main.c,
+         dlls/dswave/dswave_main.c, dlls/mlang/mlang.c, dlls/mshtml/main.c,
+         dlls/msi/msi.c, dlls/msxml3/factory.c, dlls/ole32/ole2.c,
+         dlls/ole32/ole2.spec, dlls/ole32/storage.c:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Correct mismatches between spec files and comments about export
+       number.
+
+       * dlls/usp10/usp10.c, include/msacmdrv.h, include/msi.h,
+         include/msxml.idl, include/msxml2.idl, include/odbcinst.h,
+         include/strmif.idl, include/xmldom.idl:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Use #include "foo.h" for including Windows headers in dlls/, use
+       #include <bar.h> for including Windows headers in include/.
+
+       * dlls/commdlg/filedlg.c: Troy Rollo <wine@troy.rollo.name>
+       Browse to the directory if a directory name is typed into the edit box
+       of a file dialog and the confirmation button (or Enter key) is hit.
+       Return any file name in the edit box if OFN_NOVALIDATE is set and
+       OFN_FILEMUSTEXIST is not, even if that file name includes a path name
+       or is the name of a folder.
+
+       * dlls/wldap32/bind.c, dlls/wldap32/init.c, dlls/wldap32/search.c:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Use HAVE_LDAP_H when checking if ldap.h is available.
+
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Another update to the win*.api files.
+
+       * tools/winapi/winapi_check:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Since windows/ is gone, headers for user are only in
+       dlls/user/. Remove kludge from winapi_check.
+
+       * dlls/mapi32/prop.c, dlls/ole32/ole16.c:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Remove local declarations already in included public headers.
+
+       * include/wine/winbase16.h: Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+2005-08-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/debughlp.c: Use ERR instead of DPRINTF in dump_pidl_hex.
+
+       * tools/winegcc/utils.c, tools/winegcc/utils.h,
+         tools/winegcc/winegcc.c:
+       Ignore prelink failures.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/persist.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Beginning implementation of true IPersistMoniker::Load.
+       - THIS macros cleanup.
+
+       * dlls/ntdll/loader.c:
+       Don't call process attach notification during process shutdown.
+       Make sure we don't insert a module in the same list twice.
+
+       * dlls/mshtml/protocol.c, dlls/mshtml/tests/protocol.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Report BINDSTATUS_MIMETYPEAVAILABLE in AboutProtocol::Start.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/option.c,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_{get,set}_option{A,W}.
+
+       * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/thread.c:
+       Huw Davies <huw@codeweavers.com>
+       _CreateAllAccessSecurityAttributes takes three parameters.
+
+       * dlls/Makedll.rules.in, dlls/kernel/Makefile.in,
+         dlls/ntdll/Makefile.in:
+       Specify a base address for kernel and ntdll.
+
+       * dlls/msxml3/main.c, dlls/msxml3/msxml_private.h:
+       Mike McCormack <mike@codeweavers.com>
+       Initialize and clean up libxml2 in DllMain.
+
+       * Make.rules.in, configure, configure.ac, tools/winegcc/Makefile.in,
+         tools/winegcc/winegcc.c:
+       Added support for the --image-base linker option in winegcc using the
+       prelink tool.
+
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
+       Added a VIRTUAL_alloc_teb function to allocate TEBs while making sure
+       they don't end up above the address space limit.
+
+       * dlls/oleaut32/oleaut.c, dlls/oleaut32/tmarshal.c,
+         dlls/oleaut32/tmarshal.h, dlls/oleaut32/typelib.h:
+       Get rid of the almost empty tmarshal.h file.
+
+       * server/named_pipe.c, server/registry.c, server/request.c,
+         server/sock.c, server/thread.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix some gcc 4.0 warnings.
+
+       * server/registry.c:
+       The temp buffer always stores WCHARs, fixed its type and got rid of a
+       number of casts.
+
+       * dlls/oleaut32/variant.h, dlls/oleaut32/vartype.c:
+       Moved a number of definitions that are not needed in other files into
+       vartype.c
+
+       * dlls/Makefile.in, dlls/itss/.cvsignore, dlls/itss/Makefile.in:
+       itss doesn't need an import library.
+
+       * dlls/advpack/advpack.spec, dlls/dciman32/dciman32.spec,
+         dlls/itss/itss.spec, dlls/msimg32/msimg32.spec:
+       Mark DllMain and similar exports as private.
+
+       * tools/winebuild/parser.c:
+       Added a warning for DllGetVersion and DllInstall not being declared
+       private. Also warn when one of the Dll* functions is using a different
+       internal name.
+
+       * dlls/user/menu.c, dlls/user/tests/win.c, dlls/user/win.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make CreateWindow with invalid menu handle test pass on Wine.
+
+       * dlls/d3d8/directx.c: Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+       Correct OFSTRUCT declaration.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/tests/ordinal.c:
+       Huw Davies <huw@codeweavers.com>
+       Implement and add tests for the FDSA functions.
+
+2005-08-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/gdi/dib.c, dlls/x11drv/dib.c:
+       Michael Kaufmann <hallo@michael-kaufmann.ch>
+       Fix for BI_BITFIELDS: The color masks are at the same position in all
+       the bitmap headers that support this flag (BITMAPINFO: The first color
+       mask is in bmiColors[0], that's the same position as bV4RedMask in
+       BITMAPV4HEADER).
+
+       * dlls/oleaut32/safearray.c, dlls/oleaut32/tmarshal.c,
+         dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * configure, configure.ac: Mike McCormack <mike@codeweavers.com>
+       Use pkg-config in the libxml configure check.
+
+       * dlls/msxml3/domdoc.c: Mike McCormack <mike@codeweavers.com>
+       Use xmlParseMemory instead of xmlReadIO.
+
+       * dlls/Makefile.in, dlls/richedit/.cvsignore,
+         dlls/richedit/Makefile.in:
+       riched32 doesn't need an import library.
+
+       * dlls/dmcompos/dmcompos.spec, dlls/dmime/dmime.spec,
+         dlls/dmstyle/dmstyle.spec, dlls/shdocvw/shdocvw.spec:
+       Fixed DllGetClassObject spec entries.
+
+       * dlls/shell32/tests/shlfileop.c, dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Remove trailing backslash.
+
+       * dlls/msxml3/nodemap.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fixed msxml compilation when libxml2 is not available.
+
+       * dlls/kernel/comm.c: Gerald Pfeifer <gerald@pfeifer.com>
+       Fix autoconf-related #ifdefs in Comm_CheckEvents().
+
+       * dlls/wined3d/stateblock.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Fix stateblock loop errors.
+
+       * tools/winedump/pe.c: Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fix.
+
+       * dlls/shlwapi/ordinal.c: Huw Davies <huw@codeweavers.com>
+       IUnknown_SetSite calls IObjectWithSite_SetSite or
+       IInternetSecurityManager_SetSecuritySite.
+
+       * dlls/oleaut32/tests/vartype.c: Saulius Krasuckas <saulius2@ar.fi.lt>
+       Comment out VarDateFromStr() calls that generate exceptions on WinME.
+
+       * dlls/richedit/riched32.spec, dlls/richedit/richedit.c,
+         dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c,
+         dlls/wininet/wininet.spec, dlls/wininet/wininet_main.c:
+       Don't prefix the functions DllInstall and DllGetVersion with the dll
+       name so that the compiler can check the prototypes.
+
+       * include/shlwapi.h:
+       Added a prototype for DllGetVersion to enable type checking in the
+       Wine source.
+
+       * dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c,
+         dlls/mlang/mlang.c, dlls/mlang/mlang.spec, dlls/mlang/regsvr.c,
+         dlls/mpr/mpr.spec, dlls/mpr/mpr_main.c, dlls/mshtml/main.c,
+         dlls/mshtml/mshtml.spec, dlls/msi/msi.c, dlls/msi/msi.spec,
+         dlls/msi/msipriv.h, dlls/msi/regsvr.c, dlls/msisys/msisys.c,
+         dlls/msisys/msisys.ocx.spec, dlls/msxml3/factory.c,
+         dlls/msxml3/main.c, dlls/msxml3/msxml3.spec, dlls/ole32/ole32.spec,
+         dlls/ole32/oleproxy.c, dlls/oleacc/main.c, dlls/oleacc/oleacc.spec,
+         dlls/qcap/qcap.spec, dlls/qcap/qcap_main.c, dlls/rpcrt4/rpcrt4.spec,
+         dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/regsvr.c,
+         dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c,
+         dlls/shell32/shell32_main.h, dlls/shell32/shellole.c,
+         dlls/urlmon/regsvr.c, dlls/urlmon/urlmon.spec,
+         dlls/urlmon/urlmon_main.c, dlls/amstream/amstream.spec,
+         dlls/amstream/main.c, dlls/amstream/regsvr.c, dlls/atl/atl.spec,
+         dlls/atl/registrar.c, dlls/avifil32/avifil32.spec,
+         dlls/avifil32/factory.c, dlls/avifil32/regsvr.c,
+         dlls/cabinet/cabinet.spec, dlls/cabinet/cabinet_main.c,
+         dlls/comcat/comcat.spec, dlls/comcat/comcat_main.c,
+         dlls/comcat/regsvr.c, dlls/comctl32/comctl32.spec,
+         dlls/comctl32/commctrl.c, dlls/d3dxof/d3dxof.spec,
+         dlls/d3dxof/main.c, dlls/d3dxof/regsvr.c, dlls/ddraw/ddraw.spec,
+         dlls/ddraw/main.c, dlls/ddraw/regsvr.c, dlls/dinput/dinput.spec,
+         dlls/dinput/dinput_main.c, dlls/dinput/regsvr.c,
+         dlls/dinput8/dinput8.spec, dlls/dinput8/dinput8_main.c,
+         dlls/dmband/dmband.spec, dlls/dmband/dmband_main.c,
+         dlls/dmband/regsvr.c, dlls/dmloader/dmloader.spec,
+         dlls/dmloader/dmloader_main.c, dlls/dmloader/regsvr.c,
+         dlls/dmscript/dmscript.spec, dlls/dmscript/dmscript_main.c,
+         dlls/dmscript/regsvr.c, dlls/dmsynth/dmsynth.spec,
+         dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/regsvr.c,
+         dlls/dmusic/dmusic.spec, dlls/dmusic/dmusic_main.c,
+         dlls/dmusic/regsvr.c, dlls/dplayx/dpclassfactory.c,
+         dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_main.c,
+         dlls/dplayx/regsvr.c, dlls/dpnet/dpnet.spec, dlls/dpnet/dpnet_main.c,
+         dlls/dpnet/regsvr.c, dlls/dpnhpast/dpnhpast.spec,
+         dlls/dpnhpast/main.c, dlls/dswave/dswave.spec,
+         dlls/dswave/dswave_main.c, dlls/dswave/regsvr.c,
+         dlls/dxdiagn/dxdiagn.spec:
+       Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
+       Dll(Un)RegisterServer with the dll name so that the compiler can check
+       the prototypes.
+
+       * include/wine/server_protocol.h, server/change.c, server/fd.c,
+         server/file.c, server/mapping.c, server/protocol.def,
+         server/request.h, server/trace.c:
+       Added an unmount_device request that invalidates all file descriptors
+       open on a given Unix device.
+
+       * dlls/oleaut32/variant.h, dlls/oleaut32/vartype.c:
+       Removed some unnecessary macros, and make some functions static.
+
+       * dlls/amstream/main.c, dlls/avifil32/factory.c, dlls/d3dxof/main.c,
+         dlls/ddraw/main.c, dlls/dplayx/dpclassfactory.c,
+         dlls/msisys/msisys.c, dlls/msxml3/factory.c,
+         dlls/urlmon/urlmon_main.c:
+       Francois Gouget <fgouget@free.fr>
+       Add missing WINAPI to MSXML_DllGetClassObject().
+       Standardize the DllGetClassObject() prototypes so they match the MSDN
+       definition.
+
+       * dlls/msxml3/Makefile.in, dlls/msxml3/element.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/nodemap.c:
+       Mike McCormack <mike@codeweavers.com>
+       Implement the IXMLDOMNamedNodeMap interface.
+
+       * dlls/gdi/driver.c, dlls/gdi/font.c, dlls/gdi/freetype.c,
+         dlls/gdi/tests/metafile.c:
+       Mike McCormack <mike@codeweavers.com>
+       Warning fixes for gcc 4.0.
+
+       * tools/Makefile.in: Detlef Riekenberg <wine.dev@web.de>
+       Added exe extensions for mingw32.
+
+       * dlls/shlwapi/shlwapi.spec: Huw Davies <huw@codeweavers.com>
+       Forward ordinals 457,458 to GetLongPathNameW,A.
+
+       * include/winspool.h: Detlef Riekenberg <wine.dev@web.de>
+       - Access rights for Printserver, Printers and Printjobs added.
+       - Defines for bidirectional communication added.
+
+       * dlls/msxml3/element.c, dlls/msxml3/msxml_private.h:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fixed msxml compilation when libxml is not available.
+
+       * dlls/wldap32/wldap32.rc, dlls/wldap32/wldap32_Ru.rc:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Added Russian resources to wldap32.
+
+       * dlls/user/tests/win.c: Francois Gouget <fgouget@codeweavers.com>
+       CreateWindow(parent=NULL, ctlid!=0) should fail.
+
+       * configure, configure.ac, dlls/dinput/joystick_linuxinput.c,
+         dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c,
+         dlls/winmm/wineoss/oss.h, include/config.h.in:
+       Removed some unused or redundant configure checks.
+       A few cleanups in configure.ac.
+
+       * dlls/uuid/uuid.c, include/.cvsignore, include/Makefile.in,
+         include/hlink.idl:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added hlink.idl.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/oleobj.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added stub implementation of IOleControl.
+
+       * dlls/gdi/tests/gdiobj.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add a test showing that Windows doesn't tie GDI objects to a
+       particular thread.
+
+       * dlls/msi/msipriv.h: Yuri Kozlov <kozlov.y@gmail.com>
+       Remove duplicate declaration of MSI_SetPropertyW.
+
+       * programs/winetest/Makefile.in: Kai Blin <blin@gmx.net>
+       Add secur32.dll tests to winetest.
+
+       * dlls/atl/atl_main.c, dlls/atl/registrar.c:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Basic implementation of AtlModuleUpdateRegistryFromResourceD.
+
+       * tools/winapi/winapi_parser.pm:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Remove WINE_PACKED recognition.
+       Update various winapi parser regular expressions to let it understand
+       some Wine constructs.
+
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Update win16.api/win32.api to current CVS.
+
+       * tools/winapi/c_parser.pm: Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Remove WINE_UNUSED checks.
+
+       * dlls/riched20/reader.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed UTF-8 RTF parsing.
+
+       * include/dinput.h: Daniel Remenak <dtremenak@gmail.com>
+       Add some definitions necessary for force feedback.
+
+       * dlls/ole32/ole2.c, dlls/ole32/ole2.spec, dlls/ole32/storage.c,
+         dlls/ole32/storage.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented ILockBytes16 (memorystream) support for the 16bit compound
+       storage implementation.
+       Added ReadClassStg, OleDoAutoConvert, GetConvertStg
+       implementations/stubs.
+
+       * dlls/shell32/tests/shlfolder.c: Saulius Krasuckas <saulius2@ar.fi.lt>
+       Wine and NT4 returns E_FAIL on failure.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       Revert to previous behaviour of detecting names with non-alphanumeric
+       characters as ones with offsets, but add in a special case for an
+       empty name.
+
+       * dlls/wldap32/wldap32.rc, dlls/wldap32/wldap32_De.rc,
+         dlls/wldap32/wldap32_Nl.rc:
+       Hans Leidekker <hans@it.vu.nl>
+       Add Dutch resource translation.
+       Small fix for the German translation.
+
+       * dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Add helpers for converting (arrays of) LDAPSortKey, LDAPAPIInfo, and
+       LDAPAPIFeatureInfo structures into different encodings.
+
+       * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       The listbox test shows that the control id must be stored in WPARAM
+       for the WM_DRAWITEM message.
+       Fix the listbox test so CreateWindow() does not fail on Windows.
+
+       * dlls/ntdll/cdrom.c: Tobias Gruetzmacher <tobias@portfolio16.de>
+       Reverse the direction of raw SCSI commands.
+
+       * dlls/shlwapi/ordinal.c: Huw Davies <huw@codeweavers.com>
+       Fix call to GetMenuItemInfo and unicodify while we're at it.
+
+       * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+       Handle loading strings over 64k from the string table.
+
+       * dlls/hhctrl.ocx/De.rc: Henning Gerhardt <henning.gerhardt@web.de>
+       Update German resource file.
+
+       * dlls/hhctrl.ocx/help.c: James Hawkins <truiken@gmail.com>
+       - Don't keep track of the number of TB buttons.
+       - Call the W version of SetWindowLongPtr.
+
+       * dlls/wined3d/stateblock.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Allow the WINED3DSBT_IMPL to be applied so that states can be synced
+       between render target contexts.
+
+       * dlls/wined3d/Makefile.in: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Remove dxguid dependency.
+
+2005-08-03  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/mshtml/nsembed.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix comment about hack.
+
+       * dlls/mshtml/oleobj.c, dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added IOleCommandTarget::Exec implementation.
+
+       * configure, configure.ac, dlls/advapi32/crypt.c,
+         dlls/avicap32/avicap32_main.c, dlls/d3d8/surface.c,
+         dlls/dbghelp/elf_module.c, dlls/ddraw/surface_dib.c,
+         dlls/ddraw/surface_main.c, dlls/ddraw/texture.c,
+         dlls/iphlpapi/ipstats.c, dlls/ntdll/path.c, dlls/qcap/v4l.c,
+         dlls/shell32/shfldr_unixfs.c, dlls/winaspi/aspi.c,
+         dlls/winaspi/winaspi16.c, dlls/winedos/ppdev.c, dlls/wineps/ppd.c,
+         dlls/wineps/type1afm.c, dlls/winmm/joystick/joystick.c,
+         dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c,
+         dlls/winmm/wineoss/mmaux.c, include/config.h.in, include/wine/port.h,
+         programs/winecfg/drivedetect.c, server/fd.c, tools/fnt2bdf.c,
+         tools/fnt2fon.c, tools/sfnt2fnt.c, tools/widl/proxy.c,
+         tools/widl/widl.c, tools/winedump/dump.c, tools/winedump/main.c,
+         tools/wmc/wmc.c, tools/wmc/write.c, tools/wrc/parser.y:
+       Removed the broken mmap64 configure check, and moved the
+       _FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
+       need the define include it.
+
+       * dlls/wined3d/surface.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Set the apha channel to opaque when locking X8R8G8B8 backbuffers.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Implement DrawThemeEdge().
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/texture.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Moved support for non power 2 texture to hardware.
+       Fix for the texture state separation patches, ApplyTextureStates is
+       now called instead of being commented out.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Set some default values for truesize sizing that seem closer to
+       Windows.
+
+       * configure, configure.ac, programs/regedit/Makefile.in:
+       Get rid of the no longer used regedit test.
+
+       * configure, configure.ac, dlls/wineps/ppd.c, dlls/winsock/socket.c,
+         include/config.h.in, programs/wineconsole/curses.c:
+       Merged some of the header checks to reduce the size of the generated
+       configure script a bit.
+
+       * dlls/user/painting.c:
+       Call the USER driver directly to check for X events on RDW_UPDATENOW
+       instead of calling MsgWaitForMultipleObjects.
+
+       * Makefile.in: Detlef Riekenberg <wine.dev@web.de>
+       Added description for crosstest.
+
+       * dlls/wined3d/drawprim.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Improve on a fixup for the difference between opengl and directx pixel
+       centering of vertexes.
+
+       * dlls/dsound/mixer.c: Alex Villacís Lasso <a_villacis@palosanto.com>
+       Correction to earlier assertion patch to allow for buf_mixpos ==
+       buflen in non-looping case, fixes looping of one-off mixed samples
+       introduced by previous patch.
+
+       * dlls/wininet/internet.c: Robert Shearman <rob@codeweavers.com>
+       As per MSDN, INTERNET_OPTION_CONNECTED_STATE should take a DWORD
+       instead of the INTERNET_CONNECTED_INFO structure.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       The default image layout is HORIZONTAL, not VERTICAL.
+
+       * dlls/ntdll/critsection.c, dlls/ntdll/heap.c:
+       Hack to make the main heap critical section have a proper debug info
+       structure.
+
+       * configure, configure.ac, dlls/Makefile.in,
+         dlls/winmm/wineesd/.cvsignore, dlls/winmm/wineesd/Makefile.in,
+         dlls/winmm/wineesd/audio.c, dlls/winmm/wineesd/esound.c,
+         dlls/winmm/wineesd/esound.h, dlls/winmm/wineesd/wineesd.drv.spec,
+         include/config.h.in, programs/winecfg/audio.c,
+         programs/winecfg/properties.c:
+       Peter Åstrand <astrand@cendio.se>
+       Implemented an Esound driver.
+
+       * dlls/x11drv/event.c:
+       Don't call WaitForMultipleObjectsEx if we are just polling for pending
+       X events.
+
+       * dlls/kernel/tests/comm.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       More comm tests.
+
+       * dlls/kernel/comm.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Implement WaitCommEvent by polling the appropriate data sources.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Another fix to use magenta as the default transparent color.
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_midl.c,
+         dlls/rpcrt4/rpcrt4.spec, include/rpcndr.h, include/wine/rpcfc.h:
+       Robert Shearman <rob@codeweavers.com>
+       Add stubs for NdrMapCommAndFaultStatus, conformant string marshaling
+       and context handle functions.
+
+       * tools/widl/header.c, tools/widl/header.h:
+       Robert Shearman <rob@codeweavers.com>
+       - The header global variable is NULL when not generating a header so
+         don't try to use it in functions that may be called by the client
+         code.
+       - Make the functions that take char * take const char *.
+
+       * dlls/rpcrt4/rpc_message.c: Robert Shearman <rob@codeweavers.com>
+       Don't free previous buffer in NdrGetBuffer.
+
+       * libs/unicode/wctomb.c: Mike McCormack <mike@codeweavers.com>
+       Fix a gcc 4.0 -Wpointer-sign warning.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Add support for horizontal & vertical alignment when doing truesize
+       sizing.
+
+       * configure, configure.ac, dlls/secur32/Makefile.in,
+         dlls/secur32/tests/.cvsignore, dlls/secur32/tests/Makefile.in,
+         dlls/secur32/tests/main.c:
+       Kai Blin <blin@gmx.net>
+       Set up tests for secur32.
+
+       * dlls/hhctrl.ocx/help.c: James Hawkins <truiken@gmail.com>
+       Free the allocated command line string.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Add support for the BT_NONE background type.
+
+       * dlls/hhctrl.ocx/En.rc, dlls/hhctrl.ocx/help.c,
+         dlls/hhctrl.ocx/hhctrl.rc, dlls/hhctrl.ocx/resource.h:
+       James Hawkins <truiken@gmail.com>
+       Add a tab control to the navigation pane.
+
+       * dlls/comctl32/header.c: Frank Richter <frank.richter@gmail.com>
+       Add hottracking support for the header control.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Implement GetThemeBackgroundExtent().
+
+       * dlls/version/info.c:
+       Don't convert the return value on failure in VerQueryValueA/W.
+
+       * dlls/shell32/tests/shellpath.c, dlls/winspool/info.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 RegSetValueEx warning fixes.
+
+       * dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+         dlls/dinput/joystick_linux.c, dlls/dinput/keyboard.c,
+         dlls/dinput/mouse.c, dlls/dxdiagn/dxdiag_private.h,
+         dlls/oleaut32/tests/safearray.c, dlls/oleaut32/tests/vartype.c,
+         dlls/quartz/enummoniker.c, dlls/riched20/richole.c,
+         include/wine/wined3d_gl.h:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes for Interlocked* functions.
+
+       * dlls/x11drv/opengl.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Back out the previous stencil patch and slightly improve on the old
+       functionality.
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/texture.c, dlls/wined3d/volumetexture.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Move the setting of states from device to basetexture, states that
+       relate to the opengl texture object will only be updated when they are
+       out of sync, this reduces the number of texture object state changes
+       during game play in Axis and allies from several hundreds to 0 or 1.
+
+       * dlls/msxml3/Makefile.in, dlls/msxml3/domdoc.c, dlls/msxml3/element.c,
+         dlls/msxml3/msxml_private.h:
+       Mike McCormack <mike@codeweavers.com>
+       Implemented the IXMLDOMElement interface.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/dn.c, dlls/wldap32/misc.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement LdapUnicodeToUTF8, LdapUTF8ToUnicode,
+       ldap_dn2ufn*, ldap_explode_dn*, ldap_get_dn*,
+       ldap_memfree*, ldap_ufn2dn* and ldap_value_free*.
+
+       * dlls/hhctrl.ocx/De.rc, dlls/hhctrl.ocx/hhctrl.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       Add German resourced for hhctrl.ocx.
+
+       * dlls/hhctrl.ocx/help.c: James Hawkins <truiken@gmail.com>
+       - Add the HH Child window class.
+       - Create the Navigation and HTML panes as HH Child windows.
+
+       * dlls/msi/msi.c, dlls/msi/msi.spec:
+       Steven Edwards <steven_ed4153@yahoo.com>
+       Add real stub for MsiConfigureFeatureW.
+
+       * dlls/mshtml/protocol.c, dlls/mshtml/tests/protocol.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added about protocol implementation.
+
+       * dlls/comctl32/listview.c: Frank Richter <frank.richter@gmail.com>
+       Remove unneeded theming check.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Implement support for the ST_TILE background stretching mode.
+
+       * dlls/ntdll/cdrom.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Implement IOCTL_SCSI_GET_INQUIRY_DATA.
+
+2005-08-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/module.c:
+       Implemented Get/SetDllDirectory.
+
+       * dlls/hhctrl.ocx/.cvsignore, dlls/hhctrl.ocx/En.rc,
+         dlls/hhctrl.ocx/Makefile.in, dlls/hhctrl.ocx/help.c,
+         dlls/hhctrl.ocx/hhctrl.rc:
+       James Hawkins <truiken@gmail.com>
+       - Add the toolbar to the viewer window.
+       - Load the toolbar button text from the resource file.
+
+       * dlls/ntdll/version.c: Removed a noisy trace.
+
+       * dlls/wldap32/bind.c, dlls/wldap32/compare.c, dlls/wldap32/init.c,
+         dlls/wldap32/search.c:
+       Hans Leidekker <hans@it.vu.nl>
+       Use WLDAP32_LDAP_NO_MEMORY instead of LDAP_NO_MEMORY.
+
+       * dlls/shell32/tests/shlfolder.c: Saulius Krasuckas <saulius2@ar.fi.lt>
+       Added test for IShellFolder_ParseDisplayName.
+
+       * dlls/Maketest.rules.in: Robert Shearman <rob@codeweavers.com>
+       Move TESTLIST from EXTRA_SRCS to C_SRCS in test makefiles to free up
+       EXTRA_SRCS for other purposes.
+
+       * dlls/hhctrl.ocx/Makefile.in, dlls/hhctrl.ocx/main.c:
+       James Hawkins <truiken@gmail.com>
+       Implement DllMain and store the Dll hinstance.
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/process.c, dlls/ntdll/rtl.c,
+         include/winternl.h:
+       Implemented a few trivial ntdll functions that have been added in
+       recent Windows versions.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/msxml3/.cvsignore,
+         dlls/msxml3/Makefile.in, dlls/msxml3/domdoc.c, dlls/msxml3/factory.c,
+         dlls/msxml3/main.c, dlls/msxml3/msxml3.spec,
+         dlls/msxml3/msxml_private.h, include/config.h.in:
+       Mike McCormack <mike@codeweavers.com>
+       Initial implementation of msxml3 based on libxml2.
+
+       * dlls/kernel/profile.c:
+       Fixed white space handling on the last line (reported by Jeremy
+       White).
+       Avoid parsing the same line twice when it contains trailing spaces.
+
+       * dlls/user/tests/win.c: Lauri Tulmin <tulmin@gmail.com>
+       Add tests for repainting windows with CS_PARENTDC class style.
+
+       * dlls/kernel/thread.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h,
+         dlls/ntdll/server.c, dlls/ntdll/thread.c, include/wine/server.h,
+         include/winternl.h:
+       Use the new RtlExitUserThread function instead of exporting
+       wine_server_exit_thread.
+
+       * dlls/mshtml/oleobj.c, dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added QueryStatus implementation.
+
+       * dlls/wldap32/compare.c, dlls/wldap32/winldap_private.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Don't rely on ldap structure when headers are not available.
+
+       * dlls/wldap32/wldap32.rc, dlls/wldap32/wldap32_De.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       Add German resource file for WLDAP32.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/main.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/protocol.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added DllCanUnloadNow implementation.
+
+       * dlls/dsound/mixer.c: Alex Villacís Lasso <a_villacis@palosanto.com>
+       Prevent dsb->buf_mixpos from ever remaining past dsb->buflen even if
+       not in DSBPLAY_LOOPING case, to prevent assertion failure in
+       DSOUND_MixInBuffer.
+
+       * dlls/comctl32/listview.c: Vitaly Lipatov <lav@etersoft.ru>
+       Use STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead of bit
+       operations.
+
+2005-08-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/advapi32/advapi32.spec, dlls/gdi/gdi32.spec,
+         dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec,
+         dlls/user/user32.spec:
+       Added commented out stubs for a bunch of new functions.
+
+       * include/winbase.h: Properly sort the function prototypes.
+
+       * dlls/mshtml/Makefile.in: Fixed the build without make depend.
+
+       * dlls/usp10/usp10.spec: Properly sort the spec file entries.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/compare.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_compare* functions.
+
+       * dlls/ntdll/cdrom.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Fixed IOCTL_SCSI_GET_ADDRESS.
+
+       * dlls/comctl32/dpa.c, dlls/comctl32/tests/dpa.c:
+       Fixed regression in DPA_Search.
+
+       * dlls/mshtml/.cvsignore, dlls/mshtml/Makefile.in,
+         dlls/mshtml/htmldoc.c, dlls/mshtml/main.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/persist.c, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Use Gecko to render HTML.
+       - Get rid of Mozilla ActiveX Control in MSHTML.
+
+       * dlls/wldap32/.cvsignore, dlls/wldap32/Makefile.in,
+         dlls/wldap32/error.c, dlls/wldap32/main.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.rc,
+         dlls/wldap32/wldap32.spec, dlls/wldap32/wldap32_En.rc:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_err2string.
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Separate the setting of the DirectX texture and sampler states from
+       the setting of OpenGL states (now in applyTextureStateState and
+       applySamplerState).
+
+       * dlls/kernel/tests/sync.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix sync tests on Win98/ME.
+
+       * dlls/kernel/tests/module.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix module tests on Win9x.
+
+       * dlls/winsock/ws2_32.spec: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       Sync ws2_32.spec with XP.
+
+       * dlls/ddraw/device_opengl.c, dlls/ddraw/surface_dib.c,
+         dlls/ddraw/texture.c:
+       Mike McCormack <mike@codeweavers.com>
+       Warning fixes.
+
+       * dlls/hhctrl.ocx/Makefile.in, dlls/hhctrl.ocx/help.c,
+         dlls/hhctrl.ocx/hhctrl.c:
+       James Hawkins <truiken@gmail.com>
+       Add beginnings of the Help viewer.
+
+       * libs/unicode/mbtowc.c: Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fix.
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/stateblock.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Separate the management of DirectX states and openGL states.
+
+       * dlls/usp10/usp10.c, dlls/usp10/usp10.spec, include/usp10.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Added stubbed support for ScriptGetFontProperties.
+
+       * dlls/comctl32/dpa.c, dlls/comctl32/tests/dpa.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix DPA_Search for sorted arrays.
+
+2005-07-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/wined3d/directx.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Fixed an off by one error in enumdisplaymodes, allowing sims 2 to
+       start up.
+
+       * server/fd.c:
+       Added a separate device object to keep track of inodes that are on the
+       same device.
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Tidy up some of the formatting in drawprim and add missing strided
+       data.
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Validate that the texture is no larger than the graphics cards largest
+       supported texture.
+
+       * dlls/kernel/tests/comm.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix comm tests on Win9x.
+
+       * programs/regsvr32/regsvr32.c:
+       Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       Improve regsvr32 output.
+
+       * dlls/version/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Remove the no longer used ConvertVersionInfo32To16 function.
+       Add a (forgotten) RtlFreeUnicodeString.
+
+       * dlls/kernel/tests/thread.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix remaining thread tests on WinME.
+
+       * dlls/shell32/shlview.c: Jozef Stefanka <jstefanka@codeweavers.com>
+       Fixed browsing to other directories in Word 2003 file open
+       dialog. Double clicking on a folder in the File->Open dialog works
+       now.
+
+2005-07-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/winecfg/Fr.rc: Jonathan Ernst <Jonathan@ErnstFamily.ch>
+       Fixed control size and placement.
+
+       * programs/winecfg/De.rc: Stefan Dösinger <stefandoesinger@gmx.at>
+       Correct the sizes of some controls in the German resources.
+
+       * server/trace.c, tools/make_requests:
+       Automatically generate the list of error names in make_requests.
+
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec, include/dbghelp.h:
+       Peter Oberndorfer <kumbayo84@arcor.de>
+       Added stub for SymSetParentWindow.
+
+       * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       - Add an ownerdrawn listbox test, which confirms that on WM_DRAWITEM
+         parent receives a clipbox equal to a listbox's client area.
+       - WM_DRAWITEM message contains 0 in wparam (at least on win2k).
+
+       * dlls/dinput/joystick_linuxinput.c:
+       Daniel Remenak <dtremenak@gmail.com>
+       Correctly enumerate evdev joysticks when enumeration is restricted
+       with DIEDFL_FORCEFEEDBACK.
+
+       * server/queue.c: Removed a no longer used variable.
+
+       * server/handle.c, server/thread.c: Fixed a couple of error codes.
+
+       * configure, configure.ac, dlls/dinput/joystick_linuxinput.c,
+         include/config.h.in:
+       Daniel Remenak <dtremenak@gmail.com>
+       Detect force-feedback-capable linux event device joysticks and return
+       DIDC_FORCEFEEDBACK when queried for capabilities.
+
+       * dlls/shlwapi/istream.c, dlls/shlwapi/regstream.c,
+         dlls/shlwapi/tests/shreg.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+       * dlls/version/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Cleanup whitespace.
+       Conversion fixes.
+
+       * dlls/msacm/winemp3/interface.c, dlls/msacm/winemp3/mpegl3.c,
+         dlls/msacm/winemp3/mpglib.h, dlls/winmm/winealsa/midi.c,
+         dlls/winmm/wineoss/dsrender.c, dlls/winmm/wineoss/midi.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 warning fixes.
+
+2005-07-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/error.c: Added names for a bunch of status values.
+
+       * include/winerror.h: Added a few error codes.
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/surface.c:
+       Mike McCormack <mike@codeweavers.com>
+       Signed warning fixes.
+
+       * include/xmldom.idl: Mike McCormack <mike@codeweavers.com>
+       Fix some typos in the idl definitions.
+
+       * dlls/version/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       New function VersionInfo32_QueryValue.
+       Made functions static.
+
+       * server/fd.c:
+       Renamed fd to unix_fd in the closed_fd structure to make the code a
+       bit clearer.
+
+       * include/xmldom.idl: Mike McCormack <mike@codeweavers.com>
+       Add a definition for the IXMLDOMElement interface.
+
+       * dlls/kernel/lcformat.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Implement EnumDateFormatsEx.
+
+       * dlls/version/info.c, include/winver.h:
+       Paul Vriens <paul.vriens@xs4all.nl>
+       VerQueryValue returns BOOL not DWORD.
+
+       * dlls/ole32/storage32.c: Remove duplicate definition of FILE_BEGIN.
+
+       * dlls/advapi32/registry.c, dlls/comctl32/comctl32undoc.c,
+         dlls/shlwapi/reg.c, include/winreg.h:
+       Steven Edwards <steven_ed4153@yahoo.com>
+       Correct RegCreateKeyEx[A/W] prototype to match the PSDK.
+
+       * dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/drawprim.c,
+         dlls/d3d8/surface.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix sign warnings.
+
+       * dlls/d3d9/d3d9_private.h, dlls/wined3d/wined3d_private.h:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 -Wpointer-sign fixes.
+
+       * dlls/kernel/lcformat.c, dlls/kernel/tests/locale.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       - Reimplement EnumTimeFormats, make it work for all available
+         locales.
+       - Add a test for EnumTimeFormats
+
+       * dlls/wined3d/vertexdeclaration.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Return all elements when getDeclaration is called with pnumelements
+       set to 0.
+
+       * dlls/comctl32/treeview.c: Frank Richter <frank.richter@gmail.com>
+       Add theming for treeview control.
+
+       * dlls/comctl32/tab.c: Frank Richter <frank.richter@gmail.com>
+       Add theming support for the tab control.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       - A name in an SLTG typelib only beginning with 0xff is the indicator
+         of an offset, instead of any non alpha-numeric character.
+       - Any dispatch interface should have the fixed vtable size, not just
+         dual ones.
+       - Warn when ITypeInfo_GetDocumentation fails.
+
+       * dlls/version/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Cleanup print_vffi_debug.
+
+2005-07-27  Alexandre Julliard  <julliard@winehq.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/mcicda/.cvsignore,
+         dlls/mcicda/Makefile.in, dlls/mcicda/mcicda.c,
+         dlls/mcicda/mcicda.spec, tools/winapi/win32.api, tools/wine.inf:
+       Rémi Assailly <remi.assailly@free.fr>
+       Moved mcicda to the top-level dlls directory.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Implementation for GetThemePartSize() (not entirely equivalent to
+       native uxtheme, but sensibly useable).
+
+       * dlls/wined3d/device.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Changed swapchains held by the device from an array to a linked
+       list. Also provide a notification function that that the swapchain can
+       be removed when it is released.
+
+       * dlls/x11drv/window.c:
+       There's no need to update the event mask in X11DRV_sync_window_style,
+       it never changes.
+
+       * dlls/devenum/mediacatenum.c, dlls/qcap/capturegraph.c,
+         dlls/quartz/filesource.c, dlls/quartz/filtermapper.c,
+         dlls/quartz/parser.c, dlls/quartz/pin.c:
+       Replace the ICOM_THIS_From macros by inline functions.
+
+       * dlls/comctl32/header.c, dlls/comctl32/listview.c:
+       Frank Richter <frank.richter@gmail.com>
+       Since OpenThemeData() should return 0 in case theming is disabled
+       globally or for the application we don't need to check that when
+       calling OpenThemeData().
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/error.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_perror, ldap_result2error and LdapMapErrorToWin32.
+
+       * dlls/uxtheme/property.c: Frank Richter <frank.richter@gmail.com>
+       Make GetThemeMargins() return default values (0 margin) if the
+       function does not succeed.
+
+       * dlls/kernel/lcformat.c, dlls/kernel/tests/locale.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       - Reimplement EnumDateFormats, make it work for all available
+         locales.
+       - Add a test for EnumDateFormats.
+
+       * dlls/version/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Remove 32bit references/checks in VERSION_GetFileVersionInfo_16.
+
+       * dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+         dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c:
+       Replace the ICOM_THIS_From macros by inline functions.
+
+       * dlls/ole32/antimoniker.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/itemmoniker.c,
+         dlls/ole32/moniker.c, dlls/ole32/moniker.h, dlls/ole32/stg_prop.c:
+       Replace the _ICOM_THIS_From macros by inline functions the way it's
+       already done in shelllink.c.
+
+       * dlls/comctl32/progress.c: Frank Richter <frank.richter@gmail.com>
+       Split up the drawing code into a set of smaller functions and also
+       moved some common computations into helper functions. All that to
+       facilitate the implementation of the forthcoming theming support.
+
+       * dlls/winmm/winealsa/midi.c: Johannes Koch <Admin@darkvb.de>
+       Fixed pitch bending in the midi driver.
+
+       * dlls/version/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Remove wrong check.
+
+       * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h,
+         dlls/shell32/autocomplete.c, dlls/shell32/cpanelfolder.c,
+         dlls/shell32/folders.c, dlls/shell32/shfldr_fs.c,
+         dlls/shell32/shfldr_mycomp.c, dlls/shell32/shlview.c:
+       Replace the _ICOM_THIS_From macros by inline functions the way it's
+       already done in shelllink.c.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/usp10/.cvsignore,
+         dlls/usp10/Makefile.in, dlls/usp10/usp10.c, dlls/usp10/usp10.spec,
+         include/usp10.h:
+       Steven Edwards <steven@codeweavers.com>
+       Add stub implementation of the Uniscribe Script Processor.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.h,
+         dlls/comctl32/commctrl.c, dlls/comctl32/theming.c:
+       Frank Richter <frank.richter@gmail.com>
+       Added some generic code to allow subclassing (for the purpose of
+       theming) of standard controls.
+
+       * dlls/kernel/tests/module.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Fix some tests for win9x and winME.
+
+       * dlls/winmm/winealsa/audio.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Remove all wait_for_poll associated stuff that is no longer needed.
+
+       * include/winnt.h: Huw Davies <huw@codeweavers.com>
+       Add the 'flag' types: FCHAR, FSHORT and FLONG.
+
+2005-07-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/d3dxof/d3dxof_private.h, dlls/ddraw/clipper.c,
+         dlls/ddraw/ddraw_hal.c, dlls/ddraw/ddraw_main.c,
+         dlls/ddraw/ddraw_thunks.c, dlls/ddraw/ddraw_user.c,
+         dlls/ddraw/device_opengl.c, dlls/ddraw/direct3d_opengl.c,
+         dlls/ddraw/executebuffer.c, dlls/ddraw/light.c,
+         dlls/ddraw/material.c, dlls/ddraw/palette_hal.c,
+         dlls/ddraw/palette_main.c, dlls/ddraw/surface_dib.c,
+         dlls/ddraw/surface_fakezbuffer.c, dlls/ddraw/surface_gamma.c,
+         dlls/ddraw/surface_hal.c, dlls/ddraw/surface_main.c,
+         dlls/ddraw/surface_thunks.c, dlls/ddraw/surface_user.c,
+         dlls/ddraw/texture.c, dlls/ddraw/vertexbuffer.c,
+         dlls/ddraw/viewport.c, include/objbase.h:
+       Make CONST_VTABLE the default in the Wine source.
+
+       * dlls/shell32/shelllink.c:
+       Get rid of the _ICOM_THIS macros and call the inline function
+       directly instead.
+
+       * dlls/wined3d/device.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       DirectX uses a R/Z transform to translate a texture but under OpenGL a
+       Q transform must be used instead.
+
+       * tools/winebuild/spec32.c:
+       Print a warning when a generated import library doesn't export
+       anything useful.
+
+       * dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/surface.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/texture.c, dlls/wined3d/volumetexture.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Remove a load of IWineD3DSurface * casts that are no longer required.
+
+       * dlls/d3d9/stateblock.c, dlls/wined3d/basetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/volumetexture.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Makes sure any internal reference counting is passed onto the parent,
+       any objects referenced by the internal stateblock are released when
+       the stateblock is released (we don't reference count while a
+       stateblock is recording, so recorded stateblocks have no references to
+       clean up).
+
+       * dlls/avifil32/editstream.c, dlls/dmime/segment.c,
+         dlls/dmloader/dmloader_private.h, dlls/dmloader/loader.c,
+         dlls/dmloader/loaderstream.c, dlls/dplayx/dplaysp.h,
+         dlls/dplayx/lobbysp.h, dlls/ole32/ifs.h, dlls/shell32/shellfolder.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/objsel.h, include/oledlg.h, include/shlobj.h,
+         include/shlwapi.h, include/vfw.h, include/wine/wined3d_interface.h:
+       Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of
+       duplicate typedefs.
+
+       * dlls/comctl32/header.c: Filip Navara <xnavara@volny.cz>
+       Use ReleaseDC instead of DeleteDC on DC handle.
+
+       * dlls/version/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Rename bText to wType.
+
+       * dlls/wldap32/init.c: Hans Leidekker <hans@it.vu.nl>
+       Improve error handling for the init functions.
+
+       * dlls/user/message.c: Phil Krylov <phil@newstar.rinet.ru>
+       Translate the whole wparam to/from Unicode.
+
+       * dlls/Makefile.in, dlls/amstream/.cvsignore,
+         dlls/amstream/Makefile.in, dlls/comcat/.cvsignore,
+         dlls/comcat/Makefile.in, dlls/devenum/.cvsignore,
+         dlls/devenum/Makefile.in, dlls/dmband/.cvsignore,
+         dlls/dmband/Makefile.in, dlls/dmcompos/.cvsignore,
+         dlls/dmcompos/Makefile.in, dlls/dmime/.cvsignore,
+         dlls/dmime/Makefile.in, dlls/dmloader/.cvsignore,
+         dlls/dmloader/Makefile.in, dlls/dmscript/.cvsignore,
+         dlls/dmscript/Makefile.in, dlls/dmstyle/.cvsignore,
+         dlls/dmstyle/Makefile.in, dlls/dmsynth/.cvsignore,
+         dlls/dmsynth/Makefile.in, dlls/dmusic/.cvsignore,
+         dlls/dmusic/Makefile.in, dlls/dpnhpast/.cvsignore,
+         dlls/dpnhpast/Makefile.in, dlls/dswave/.cvsignore,
+         dlls/dswave/Makefile.in, dlls/dxdiagn/.cvsignore,
+         dlls/dxdiagn/Makefile.in, dlls/msnet32/.cvsignore,
+         dlls/msnet32/Makefile.in, dlls/qcap/.cvsignore,
+         dlls/qcap/Makefile.in:
+       Don't generate import libraries for dlls that don't export anything.
+
+       * dlls/winspool/Ru.rc: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Avoid an orthographic error by rephrasing the message.
+
+       * dlls/wldap32/search.c, dlls/wldap32/winldap_private.h,
+         include/winldap.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Correct prototype for ldap_search_ext_s.
+       Improve error handling for the search functions.
+
+       * dlls/version/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Forward GetFileVersionInfoA to GetFileVersionInfoW.
+
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+         dlls/objsel/.cvsignore, dlls/objsel/Makefile.in,
+         dlls/objsel/factory.c, dlls/objsel/objsel.c, dlls/objsel/objsel.rc,
+         dlls/objsel/objsel.spec, dlls/objsel/objsel_private.h,
+         dlls/objsel/regsvr.c, dlls/uuid/uuid.c, include/Makefile.in,
+         include/objsel.h:
+       Thomas Weidenmueller <wine-patches@reactsoft.com>
+       Added stubs for objsel.dll and objsel.h.
+
+       * dlls/wined3d/wined3d_main.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Correct a regression issue with per-app settings.
+
+       * dlls/winspool/Ru.rc, dlls/winspool/winspool.rc:
+       Dmitrij Sinukov <atlantidaDELETETHIS@krasu.ru>
+       Added Russian resources.
+
+       * dlls/wined3d/device.c, dlls/wined3d/resource.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implement resource tracking, require for reset and evict managed
+       resources and provides extra sanity checks.
+
+       * dlls/version/tests/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Cleanup and some additional tests.
+
+       * DEVELOPERS-HINTS: Dimi Paun <dimi@lattica.com>
+       Resync with the latest DLLs that were added and/or moved.
+
+       * dlls/riched20/caret.c, dlls/riched20/editor.c,
+         dlls/riched20/editor.h:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Implemented EM_CHARFROMPOS RichEdit message.
+
+       * dlls/riched20/writer.c: Phil Krylov <phil@newstar.rinet.ru>
+       Generate ending \par in RTF output of RichEdit when streaming out a
+       whole document.
+
+       * dlls/mshtml/tests/htmldoc.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Tests crash fix.
+
+       * dlls/winmm/winealsa/audio.c: Robert Shearman <rob@codeweavers.com>
+       wait_for_poll can go into an infinite loop. Remove it and replace it
+       with snd_pcm_drain which is more likely to do what the original author
+       intended.
+
+       * dlls/wldap32/bind.c, dlls/wldap32/winldap_private.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Improve error handling for the bind functions.
+
+2005-07-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * VERSION, configure, ANNOUNCE, ChangeLog: Release 20050725.
+
+----------------------------------------------------------------
+2005-07-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/updown.c: Frank Richter <frank.richter@gmail.com>
+       Add theming for the up/down control.
+
+       * configure, configure.ac:
+       Anderson Lizardo <andersonlizardo@yahoo.com.br>
+       Fixed "broken OpenGL setup" configure check, which used to report
+       false errors on some systems.
+
+       * dlls/wldap32/init.c, dlls/wldap32/search.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_search_ext* and ldap_start_tls_s* functions.
+
+       * dlls/comctl32/listview.c: Frank Richter <frank.richter@gmail.com>
+       Use theming for the ListView non-client area.
+
+       * dlls/comctl32/header.c: Frank Richter <frank.richter@gmail.com>
+       Add theming support for header controls.
+
+       * dlls/user/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Take into account CS_NOCLOSE window class style and SC_CLOSE system
+       menu item state while adding MDI system menu buttons and generating
+       WM_SYSCOMMAND messages.
+
+       * dlls/x11drv/event.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Take into account CS_NOCLOSE window class style and SC_CLOSE system
+       menu item state while handling WM_X11DRV_DELETE_WINDOW request.
+
+       * dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+         dlls/kernel/lzexpand.c, dlls/lzexpand/lz32.spec,
+         dlls/lzexpand/lzexpand_main.c:
+       Steven Edwards <steven_ed4153@yahoo.com>
+       Move and forward lz32 functions to kernel32.
+
+       * dlls/kernel/tests/thread.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix thread tests on WinME.
+
+2005-07-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/tests/string.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Skip test that crashes on W2K/WinXP/W2K.
+
+       * dlls/ole32/storage32.c, dlls/rpcrt4/rpc_binding.c,
+         dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_message.h:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some missing-declarations warnings.
+
+       * dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_main.c,
+         dlls/wined3d/wined3d_private.h:
+       Raphael Junqueira <fenix@club-internet.fr>
+       - add a new settings for vbo support
+       - use a struct to handle wined3d settings
+       - prepare VBO using some abstraction APIs
+
+       * dlls/uxtheme/system.c: Frank Richter <frank.richter@gmail.com>
+       OpenThemeData() now always sets the window theme to the handle
+       returned (even if that is NULL) - previously, it could happen that
+       when no theme was active or the theme data could not be opened that
+       the window theme remained became then-dangling (and hence subsequent
+       calls to GetWindowTheme() would return that bogus theme).
+
+       * dlls/wldap32/bind.c, dlls/wldap32/winldap_private.h,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_sasl_bind* functions.
+
+       * dlls/x11drv/clipboard.c, dlls/x11drv/desktop.c, dlls/x11drv/dib.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix missing-declarations warnings.
+
+       * include/odbcinst.h: Matthew Davison <m.davison@virgin.net>
+       Added some definitions to odbcinst.h.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       GetThemeBackgroundContentRect() does not use the content margins
+       alone, it also falls back to the border size or sizing margins, and if
+       it can't find any possible margins at all, it returns the original
+       rectangle.
+
+       * tools/winapi/winapi_parser.pm:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Make winapi_check learn to parse some constructs with some rarely used
+       keywords.
+
+       * dlls/shell32/tests/.cvsignore, dlls/shell32/tests/Makefile.in,
+         dlls/shell32/tests/shell32_test.h, dlls/shell32/tests/shelllink.c,
+         dlls/shell32/tests/shlexec.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Get started testing ShellExecute().
+
+       * dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/editstr.h, dlls/riched20/paint.c,
+         dlls/riched20/style.c:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Added EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
+
+       * dlls/commdlg/cdlg16.h, dlls/ddraw/ddraw_private.h,
+         dlls/kernel/toolhelp.h, dlls/shell32/undocshell.h, include/msi.h,
+         include/objbase.h, include/ole2.h, include/oleauto.h,
+         include/winbase.h, include/wininet.h:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Remove multiple declarations of the same function, keeping the public
+       one as reference.
+
+       * dlls/ole32/compobj.spec, dlls/ole32/memlockbytes16.c,
+         dlls/ole32/ole16.c, dlls/ole32/ole2_16.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented IsValidInterface16, CoMemAlloc.
+       Added debug to HGLOBALLockBytes16_QueryInterface.
+
+       * dlls/ntdll/file.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Use proper macro for using IOKit includes.
+
+       * tools/winapi/winapi_parser.pm:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Remove old stuff from winapi_check.
+
+2005-07-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/wldap32/wldap32.spec: Francois Gouget <fgouget@free.fr>
+       Fix the ldap_search_s prototypes (reported by winapi_check).
+
+       * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+       - Call SetBkMode with the correct value from the NMTBCUSTOMDRAW
+         structure.
+       - Don't fill the NMTBCUSTOMDRAW structure in again for
+         CDDS_POSTPAINT.
+       - Remove redundant bBtnTransprnt value.
+
+       * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+       - Height is now calculated based on the number of rows, not on the
+         bounding rect.
+       - Only call CalcToolbar in AutoSize if it has TBSTYLE_WRAPABLE or
+         TBSTYLE_EX_UNDOC1 set.
+       - Remove a bad test in SetButtonWidth that fixes a regression from the
+         above change in IE.
+       - Remove unnecessary nHeight data.
+       - Remove duplicated code in Size by calling AutoSize.
+       - Remove unnecessary bAutoSize value because SetWindowPos doesn't
+         generate WM_SIZE when there is nothing to do on both Windows and
+         Wine.
+
+       * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+       TBSTATE_INDETERMINATE only takes effect if the button is enabled,
+       otherwise it should just appear like any other disabled button.
+
+       * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+       Native autosizes on inserting/adding buttons, so we should too.
+
+       * dlls/kernel/relay16.c, dlls/ntdll/relay.c:
+       Added small assembly wrapper to call entry points without having to
+       worry about their calling convention.
+
+       * dlls/wow32/wow_main.c, include/wownt32.h:
+       Francois Gouget <fgouget@free.fr>
+       Tweak some prototypes to be closer to the PSDK.
+
+       * tools/winapi/win32.api: Francois Gouget <fgouget@free.fr>
+       Update win32.api to match the current sources.
+
+       * dlls/ntdll/tests/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Use current process if assigned process cannot be opened.
+
+       * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+       The IsValidImageList test is not needed because if it isn't a valid
+       image list we will have set the bitmap width and height to 1 and it
+       does the wrong thing when no buttons are present.
+
+       * dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Add helper functions for converting LDAPControl structures.
+
+       * dlls/user/winpos.c:
+       Store the SysIP property using a string to avoid trouble with 16-bit
+       apps that don't expect an atom.
+
+       * dlls/user/property.c:
+       Fixed get_window_properties to correctly specify the output buffer in
+       the server request (spotted by Marcus Meissner).
+
+       * dlls/setupapi/parser.c:
+       Preserve the spaces before an opening quote in the middle of a token
+       (reported by Matthew Davison).
+
+       * dlls/ole32/ole2.spec, dlls/ole32/ole2_16.c:
+       Marcus Meissner <meissner@suse.de>
+       Added OleSetMenuDescriptor16 stub.
+
+       * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
+       Marcus Meissner <meissner@suse.de>
+       OleInitializeWOW gets 2 arguments.
+
+       * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+       The calculated button height should include the text height when no
+       buttons are present.
+
+       * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec,
+         include/winspool.h:
+       Huw Davies <huw@codeweavers.com>
+       Implement the undocumented StartDocDlg[A|W].  These will be used by
+       StartDoc.
+
+       * dlls/msi/appsearch.c: Aric Stewart <aric@codeweavers.com>
+       Bail out if the reg key is empty. This prevents us from writing
+       garbage to the property table.
+
+       * dlls/riched20/run.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed EM_GETCHARFORMAT for selection containing a single character.
+
+       * dlls/riched20/writer.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed an off-by-one error in EM_STREAMOUT handler for non-Unicode
+       plain text output.
+
+       * dlls/wined3d/drawprim.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Remove unused variable in primitiveConvertToStridedData().
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Added some missing but useful items to the TODO list.
+
+       * dlls/ole32/memlockbytes16.c: Marcus Meissner <meissner@suse.de>
+       16bit COM interfaces are cdecl, not WINAPI.
+
+       * dlls/wined3d/wined3d_main.c:
+       Raphael Junqueira <fenix@club-internet.fr>
+       - cleanup wined3d settings init (now closing opened registry keys)
+       - support per application settings
+
+       * libs/unicode/wctomb.c:
+       Faster implementation of wcstombs that handles overlapping buffers
+       properly (based on a patch by Dmitry Timoshkov).
+
+       * dlls/wow32/wow32.spec, dlls/wow32/wow_main.c:
+       We cannot use forwards anymore now that kernel functions are only
+       exported by ordinal (reported by Marcus Meissner).
+
+       * dlls/kernel/tests/module.c, dlls/wined3d/device.c,
+         dlls/wined3d/surface.c, dlls/wined3d/wined3d_private.h:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       Daniel Remenak <dtremenak@gmail.com>
+       Correct dinput handling of sliders and non-zero-based axes through the
+       linux input system.
+
+       * dlls/x11drv/opengl.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Allow running opengl and DirectX applications without stencil support,
+       an earlier patch assumed that stencil support was available, but it
+       isn't in all cases.
+
+       * include/shellapi.h: Francois Gouget <fgouget@codeweavers.com>
+       Add some missing SEE_MASK_* flags.
+
+       * dlls/winspool/info.c: Francois Gouget <fgouget@free.fr>
+       Make the unistd.h include conditional.
+
+       * dlls/rpcrt4/rpcrt4.spec: Francois Gouget <fgouget@free.fr>
+       Fix the NdrVaryingArrayUnmarshall prototype (reported by
+       winapi_check).
+
+       * dlls/ole32/ifs.h, dlls/ole32/ole16.c, dlls/ole32/storage.c:
+       Marcus Meissner <meissner@suse.de>
+       16bit interfaces are cdecl, so drop the WINAPI.
+
+       * dlls/kernel/ne_module.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Convert long to short path in GetModuleFileName16.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/search.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_search* functions.
+
+2005-07-21  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/riched20/writer.c, dlls/wineps/download.c, tools/widl/parser.y:
+       Stefan Huehner <stefan@huehner.org>
+       Change some char* to const char* to fix warnigns.
+
+       * tools/winedump/le.c, tools/winedump/minidump.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some -Wsign-compare warnings.
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Added some useful TRACEs.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/midimap/.cvsignore,
+         dlls/midimap/Makefile.in, dlls/midimap/midimap.c,
+         dlls/midimap/midimap.spec, dlls/winmm/winemm.h,
+         tools/winapi/win32.api:
+       Rémi Assailly <remi.assailly@free.fr>
+       Moved midimap to the top-level dlls directory.
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Allow NULL parameter for WM_SETTEXT in RichEdit.
+
+       * dlls/kernel/relay16.c:
+       Register functions with no arguments should still be called as stdcall
+       because of the extra CONTEXT arg.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/init.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_init* and ldap_open* functions.
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Implemented EM_LINELENGTH RichEdit message.
+
+       * dlls/wldap32/wldap32.h: Hans Leidekker <hans@it.vu.nl>
+       Add helper functions for converting string arrays into different
+       encodings.
+
+       * dlls/wined3d/drawprim.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Correct a problem with the way that FVF vertex arrays containing
+       blends or orthographic is calculated.
+
+       * dlls/shell32/shfldr_unixfs.c: Troy Rollo <wine@troy.rollo.name>
+       Return attributes for the correct file in the unixfs ParseDisplayName.
+
+       * dlls/msvcrtd/Makefile.in, dlls/msvcrtd/debug.c,
+         dlls/msvcrtd/tests/debug.c, include/msvcrt/crtdbg.h:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       - Declare implemented functions inside #ifndef _DEBUG block.
+       - Make MSVCRTD_operator_new_dbg recognize types of memory blocks.
+
+       * dlls/riched20/caret.c, dlls/riched20/editor.c,
+         dlls/riched20/editstr.h, dlls/riched20/para.c, dlls/riched20/run.c,
+         dlls/riched20/writer.c:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Added emulation of RichEdit 1.0 behaviour when the 1.0 window class is
+       being used. This emulation (introduced in M$ RichEdit 3.0) counts
+       paragraph endings as 2 characters (CR+LF) instead of 1 (CR).
+
+       * include/mshtmhst.idl: James Hawkins <truiken@gmail.com>
+       Define the DOCHOSTUIDBLCLK enumeration.
+
+       * dlls/wined3d/drawprim.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Fixed regression that occurred because changes to texture loading were
+       committed before changes to textures and states to support the change
+       were committed.
+
+       * dlls/msi/files.c: Aric Stewart <aric@codeweavers.com>
+       Use SOURCEDIR instead of PackagePath. Because the PackagePath may be
+       local, while SOURCEDIR is more proper and will be a full directory.
+
+2005-07-20  Alexandre Julliard  <julliard@winehq.com>
+
+       * configure, configure.ac, dlls/Makefile.in,
+         dlls/stdole2.tlb/.cvsignore, dlls/stdole2.tlb/Makefile.in,
+         dlls/stdole2.tlb/rsrc.rc, dlls/stdole2.tlb/std_ole_v2.idl,
+         dlls/stdole2.tlb/stdole2.tlb.spec:
+       Huw Davies <huw@codeweavers.com>
+       Implement stdole2.tlb.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Lookup the port in the spooler registry key and map it to a unix
+       filename or a pipe like OpenJob16 does.
+
+       * Make.rules.in, fonts/.cvsignore, fonts/Makefile.in, fonts/genttf.ff:
+       Robert Shearman <rob@codeweavers.com>
+       ttf files for bitmap fonts should be generated with an extension of
+       just "." to work around a quirk in fontforge (with thanks to George
+       Williams for helping me fix this).
+
+       * dlls/wldap32/bind.c, dlls/wldap32/winldap_private.h,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_simple_bind* and ldap_unbind* functions.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Initial support for the IPersistFolder3 interface.
+
+       * dlls/oleaut32/olepicture.c, dlls/user/cursoricon.c,
+         dlls/user/exticon.c, dlls/user/user16.c, dlls/user/user_private.h,
+         include/cursoricon.h:
+       Get rid of cursoricon.h.
+
+       * dlls/ole32/stubmanager.c: Robert Shearman <rob@codeweavers.com>
+       Hack around broken state management so InstallShield works.
+
+       * programs/winhelp/En.rc: Daniel Remenak <dtremenak@gmail.com>
+       Changed winhelp file->exit accelerator key from "e" to "x".
+
+       * dlls/version/info.c, dlls/version/tests/info.c:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Add tests for VerQueryValue[AW].
+       Don't convert the struct to a win16 one in GetFileVersionInfoA.
+       Convert the struct to win16 in VerQueryValueA (for now).
+
+       * dlls/shell32/shlfolder.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Only initialize shell folders via the IPersistFolder3 interface in
+       SHELL32_CoCreateInitSF if the pidl which specifies the child is of
+       type 'Folder'. Otherwise fall back to IPersistFolder.
+
+       * dlls/riched20/editor.c, include/richedit.h:
+       Daniel Remenak <dtremenak@gmail.com>
+       Basic handling of EM_SETTEXTEX.
+
+       * dlls/ntdll/cdrom.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Fix IOCTL_CDROM_RAW_READ ioctl.
+
+2005-07-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/bind.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.h,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ldap_bind* functions.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       - Fix VT_BYREF|VT_UNKNOWN return values by comparing the correct value
+         with VT_UNKNOWN and VT_DISPATCH.
+       - Better tracing.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       Return DISP_E_EXCEPTION from ITypeInfo_Invoke on an error in the
+       called function.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       - IRpcStubBuffer_Disconnect can be called multiple times.
+       - Release TypeLib when freeing stub buffer.
+
+       * dlls/ole32/marshal.c, dlls/ole32/stubmanager.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Always query for the correct stub interface, otherwise we will be
+         pointing to the completely wrong object when a proxy does a
+         queryinterface.
+       - Remove assumption that the stub buffer will handle the lifetime of
+         the object.
+
+       * server/class.c:
+       Create the desktop class when needed without requiring a client
+       request.
+
+       * dlls/oleaut32/oleaut.c, dlls/oleaut32/regsvr.c:
+       Robert Shearman <rob@codeweavers.com>
+       Activate ITypeLib, ITypeInfo and IEnumVARIANT Marshalers.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       Remove RegisterTypeLib hack.
+
+       * dlls/ole32/oleproxy.c: Robert Shearman <rob@codeweavers.com>
+       Marshal return value from IRemUnknown_RemQueryInterface.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       Fix confusion between number of characters and number of bytes in
+       unmarshaling BSTRs. Convert it all to characters for consistency with
+       the BSTR_User* routines.
+
+       * dlls/ole32/rpc.c, dlls/ole32/stubmanager.c:
+       Robert Shearman <rob@codeweavers.com>
+       Silence now noisy error messages caused by changes in the way we call
+       ipid_to_stubmanager. Move the error message to the one place it is
+       needed.
+
+       * dlls/user/message.c:
+       Save the scope window for mouse events before overwriting it.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       Support VT_BYREF|VT_I4 in _copy_arg.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       Marshal and unmarshal TKIND_ENUM and TKIND_ALIAS.
+
+       * dlls/ole32/oleproxy.c: Robert Shearman <rob@codeweavers.com>
+       - We should be starting with 1 reference.
+       - IRpcStubBuffer_Disconnect can be called more than once.
+
+       * dlls/rpcrt4/cstub.c: Robert Shearman <rob@codeweavers.com>
+       IRpcStubBuffer_Disconnect can be called more than once.
+
+       * dlls/ole32/rpc.c, dlls/ole32/tests/marshal.c:
+       Robert Shearman <rob@codeweavers.com>
+       By-pass the RPC runtime if possible when calling an STA by posting a
+       message directly to the apartment window for it to process. Fixes a
+       deadlock in InstallShield caused by having to create a thread when
+       freeing an object that comes from an STA apartment. Added tests that
+       fail without this fix.
+
+       * dlls/ole32/stubmanager.c: Robert Shearman <rob@codeweavers.com>
+       Delete the stub manager outside of the apartment critical section
+       because the deletion may require the object to re-enter the
+       apartment.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Printer handles referring to the same printer should have the same job
+       queue.
+
+       * dlls/user/controls.h, dlls/user/menu.c, dlls/user/user_main.c,
+         dlls/user/win.c:
+       Initialize the various menu global variables on demand instead of at
+       startup time.
+
+       * tools/winedump/pe.c: Kevin Koltzau <kevin@plop.org>
+       Add support for dumping 64bit PE files.
+
+       * dlls/ntdll/loader.c, include/winnt.h: Kevin Koltzau <kevin@plop.org>
+       Define 64bit PE structures.
+
+       * dlls/x11drv/window.c:
+       Don't set win gravity, the default should work fine.
+
+       * dlls/shell32/shfldr_unixfs.c: Troy Rollo <wine@troy.rollo.name>
+       When using PATHMODE_UNIX, all files are in the file system.
+
+       * dlls/ole32/compobj.c: Alex Villacís Lasso <a_villacis@palosanto.com>
+       Initialize RegisteredClass properly in CoRegisterClassObject to
+       prevent crash in CoRevokeClassObject when accessing (uninitialized)
+       pMarshalledData.
+
+       * dlls/wined3d/device.c, dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implement the use of PBuffers for offscreen textures.
+
+       * dlls/oleaut32/olepicture.c:
+       Alex Villacís Lasso <a_villacis@palosanto.com>
+       Fix GIF palette allocation, by relying on ColorCount instead of
+       SColorResolution.
+
+       * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/vartype.c:
+       Alex Villacís Lasso <a_villacis@palosanto.com>
+       Ensure that underflowing negative float is represented as a positive
+       0, just as native oleaut32.
+
+2005-07-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/gdi/tests/gdiobj.c: Huw Davies <huw@codeweavers.com>
+       Test to show that the height returned by GetTextExtentPoint is the
+       same as tmHeight.
+
+       * dlls/wldap32/Makefile.in, dlls/wldap32/ber.c,
+         dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Implement ber_* functions.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Added a bunch more definitions.
+
+       * dlls/user/controls.h, dlls/user/dialog.c, dlls/user/dialog16.c,
+         dlls/user/menu.c:
+       Robert Shearman <rob@codeweavers.com>
+       Replace calls to DIALOG_GetCharSize with code to do the equivalent
+       using GdiGetCharDimensions.
+
+       * dlls/gdi/font.c, dlls/gdi/gdi32.spec, dlls/gdi/tests/gdiobj.c,
+         include/wingdi.h:
+       Robert Shearman <rob@codeweavers.com>
+       Implement and test GdiGetCharDimensions.
+
+       * dlls/ttydrv/Makefile.in, dlls/ttydrv/user.c,
+         dlls/ttydrv/winetty.drv.spec:
+       Remove some no longer needed stub functions.
+
+       * dlls/user/Makefile.in, dlls/user/clipboard.c, dlls/user/cursoricon.c,
+         dlls/user/defwnd.c, dlls/user/display.c, dlls/user/driver.c,
+         dlls/user/focus.c, dlls/user/input.c, dlls/user/message.c,
+         dlls/user/nonclient.c, dlls/user/painting.c, dlls/user/sysparams.c,
+         dlls/user/user_main.c, dlls/user/user_private.h, dlls/user/win.c,
+         dlls/user/winpos.c:
+       Load the USER driver on demand instead of at user32 load time.
+       Provide a fallback implementation for all the functions to avoid
+       having to check for NULL functions everywhere.
+
+       * dlls/mscms/handle.c, dlls/mscms/icc.c, dlls/mscms/mscms_priv.h,
+         dlls/mscms/profile.c, dlls/mscms/transform.c:
+       Hans Leidekker <hans@it.vu.nl>
+       Make lcms support depend on headers _and_ libraries, not just the
+       headers.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c,
+         include/winreg.h:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Implement RegGetValueA/W.
+
+       * dlls/ntdll/nt.c, include/wine/server_protocol.h, server/protocol.def,
+         server/registry.c, server/request.h, server/security.h,
+         server/token.c, server/trace.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Change the default user SID to match what was previously returned by
+         NtQueryInformationToken.
+       - Implement TokenUser for NtQueryInformationToken.
+       - Add a function for getting the user's registry path from a SID.
+
+       * dlls/user/sysparams.c, dlls/user/user_main.c,
+         dlls/user/user_private.h, dlls/x11drv/clipboard.c, dlls/x11drv/dce.c,
+         dlls/x11drv/settings.c, dlls/x11drv/window.c,
+         dlls/x11drv/winex11.drv.spec:
+       Fixed a few prototypes in the USER driver.
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/rpcrt4.spec:
+       Robert Shearman <rob@codeweavers.com>
+       Add stubs for most of the NDR marshaling functions.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use CP_UNIXCP instead of CP_ACP when converting paths (Pointed out by
+       Troy Rollo).
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Partial implementation of GetJob.
+
+       * dlls/shell32/classes.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Release shell folders only if they were successfully acquired.
+
+       * dlls/oleaut32/tests/vartype.c:
+       Alex Villacís Lasso <a_villacis@palosanto.com>
+       Test for behavior of negative underflow formatting.
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implemented a tidied up IWineD3Device_ColorFill.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/propsheet.c:
+       Frank Richter <frank.richter@gmail.com>
+       Enabled "tab" dialog texture for property sheet pages.
+
+       * dlls/advapi32/tests/registry.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Rewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ.
+
+       * dlls/user/sysparams.c:
+       Load system metrics on demand instead of initializing everything at
+       user32 load time.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/oleobj.c, dlls/mshtml/olewnd.c,
+         dlls/mshtml/tests/htmldoc.c, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added more tests.
+       - Make tests pass under Wine.
+
+       * dlls/user/user32.spec, dlls/user/win.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Add stub for SetLayeredWindowAttributes.
+
+       * include/odbcinst.h: Hans Leidekker <hans@it.vu.nl>
+       Fix some -Wmissing-declarations warnings.
+
+       * dlls/shell32/shfldr.h, dlls/shell32/shfldr_fs.c,
+         dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Append filename extension if necessary in IShellFolder::SetNameOf.
+
+       * libs/port/interlocked.c: Kevin Koltzau <kevin@plop.org>
+       Add x86_64 interlocked functions.
+
+       * include/basetsd.h, include/winnt.h: Kevin Koltzau <kevin@plop.org>
+       Define x86_64 context.
+
+       * dlls/secur32/secur32.c, dlls/secur32/secur32.spec,
+         include/ntsecapi.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Stub implementations for GetUserNameEx{A,W}, TranslateName{A,W},
+       LsaCallAuthenticationPackage, LsaConnectUntrusted and
+       LsaDeregisterLogonProcess.
+
+       * dlls/tapi32/line.c, include/tapi.h: Hans Leidekker <hans@it.vu.nl>
+       Fix pointer signedness and missing declarations warnings.
+
+       * dlls/comctl32/listview.c: Dimi Paun <dimi@lattica.com>
+       Silence uninitialized warnings.
+
+       * include/mscat.h, include/winspool.h: Hans Leidekker <hans@it.vu.nl>
+       Fix some -Wmissing-declarations warnings.
+
+       * dlls/wsock32/service.c, dlls/wsock32/wsock32.spec, include/nspapi.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Stubs for GetAddressByName{A,W}.
+
+       * programs/winetest/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+       Include the mshtml test.
+
+       * dlls/user/tests/winstation.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Don't run tests on platforms that don't support WindowStation calls.
+
+       * dlls/mscms/tests/profile.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Set size before calling pSetColorProfileElement.
+
+       * dlls/advapi32/tests/registry.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix registry tests on Win95.
+
+       * dlls/urlmon/umon.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix misuse of UrlCombineW.
+
+       * dlls/advapi32/crypt.c, include/wincrypt.h:
+       Juan Lang <juan_lang@yahoo.com>
+       Add/correct a couple definitions, allow hashing nothing.
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/drawprim.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Set mipmap levels correctly (even with ATI's buggy drivers).
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Dirty the surface (instead of the texture) when a render targets is
+       send and endscene is called to make sure that the correct surface is
+       updated.
+
+       * dlls/mshtml/tests/protocol.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Skip futile tests if CoGetClassObject fails.
+
+2005-07-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * configure, configure.ac, dlls/wldap32/Makefile.in,
+         include/config.h.in:
+       Hans Leidekker <hans@it.vu.nl>
+       Configure checks for OpenLDAP headers and libraries.
+
+       * dlls/user/sysparams.c:
+       Added a bunch of utility functions to factor out a lot of the repeated
+       code in SystemParametersInfoW.
+
+       * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/dsound8.c,
+         dlls/x11drv/xrender.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some sign-compare warnings by choosing correct datatypes.
+
+       * dlls/winmm/winenas/audio.c, dlls/x11drv/scroll.c:
+       Stefan Huehner <stefan@huehner.org>
+       Add some consts to fix discard-qual warnings.
+
+       * dlls/kernel/tests/codepage.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add a test for handling overlapped buffers by WideCharToMultiByte.
+
+       * dlls/version/tests/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Added a test, specifically for NT/W2K/XP/W2K3.
+
+       * dlls/uxtheme/draw.c, dlls/uxtheme/system.c:
+       Frank Richter <frank.richter@gmail.com>
+       Make dialog theme texture setting non-global (ie a per-window
+       setting).
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Fixed a division by 0 in setup_light that occurs with range is zero.
+
+       * dlls/user/nonclient.c, include/wingdi.h:
+       Frank Richter <frank.richter@gmail.com>
+       Add support for drawing gradient captions.
+
+       * dlls/ntdll/heap.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Avoid unnecessary casts.
+
+       * include/winuser.h:
+       Sort the SPI_* constants and remove some duplicates.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Add file type column in detailed shell view.
+       Make the order of shell view columns 'prefix-compatible' with
+       shfldr_fs.
+       Don't remove filename extensions for path pidls in GetDisplayNameOf.
+
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/virtual.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make VIRTUAL_HandleFault return an NTSTATUS.
+
+       * dlls/comctl32/listview.c: Kevin Koltzau <kevin@plop.org>
+       Forward some header notifications to parent of listview.
+
+       * dlls/comctl32/propsheet.c:
+       Thomas Weidenmueller <wine-patches@reactsoft.com>
+       Support PSM_IDTOINDEX.
+
+       * configure, configure.ac, dlls/mscms/Makefile.in, dlls/mscms/icc.c,
+         dlls/mscms/lcms_api.h, dlls/mscms/mscms_main.c, dlls/mscms/profile.c,
+         dlls/mscms/tests/profile.c, dlls/mscms/transform.c,
+         include/config.h.in:
+       Hans Leidekker <hans@it.vu.nl>
+       Link directly to liblcms.
+       Fix typo in test.
+
+       * dlls/kernel/virtual.c, dlls/ntdll/heap.c, dlls/ntdll/process.c,
+         dlls/ntdll/virtual.c, include/winnt.h, include/winternl.h:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Use SIZE_T type for size variables in NTDLL when appropriate.
+
+       * 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_Sv.rc, dlls/comctl32/comctl_Th.rc,
+         dlls/comctl32/comctl_Uk.rc, dlls/comctl32/propsheet.c:
+       Thomas Weidenmueller <wine-patches@reactsoft.com>
+       - Support PSH_WIZARDHASFINISH in wizards.
+       - Correct tab order of the wizard buttons.
+
+       * dlls/dsound/dsound.c, dlls/dsound/tests/ds3d.c,
+         dlls/winsock/tests/sock.c, programs/rundll32/rundll32.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some write-strings warnings.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Do filename postprocessing in GetDisplayNameOf (Hide filename
+       extensions if appropriate).
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Correct a missplaced #if in IWineD3DDeviceImpl_CleanRender.
+
+       * dlls/comctl32/toolbar.c: Aric Stewart <aric@codeweavers.com>
+       When adding an image copy the full previous buffer.
+       Implement replacing an icon with one from a resource.
+
+       * include/wintrust.h: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Add missing member to WINTRUST_DATA struct.
+
+       * dlls/wininet/internet.c: Robert Shearman <rob@codeweavers.com>
+       Fix return value of InternetQueryDataAvailable.
+
+       * dlls/winmm/driver.c, dlls/winmm/lolvldrv.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Get rid of HeapValidate as it's not properly handled by some memory
+       management tools (Microquill for example).
+
+       * programs/wcmd/wcmdmain.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Ensure msvcrt's io block is passed down from wcmd's parent process to
+       child process.
+
+       * dlls/gdi/tests/metafile.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix the EnumEnhMetaFile tests.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Set the default doc title to that of Windows.
+       Pass cups the doc title.
+
+       * dlls/wined3d/resource.c, dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implemented Get/Set/Free private data in resource.
+
+       * dlls/wintrust/wintrust_main.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Return TRUST_E_PROVIDER_UNKNOWN until implemented.
+
+2005-07-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/rundll32/rundll32.c: Detlef Riekenberg <wine.dev@web.de>
+       Space is valid between module name and entry point.
+
+       * dlls/kernel/process.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+         dlls/ntdll/path.c, dlls/ntdll/thread.c:
+       Moved initialization of the default user process parameters to ntdll.
+
+       * dlls/wined3d/cubetexture.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Fixed a bug in Preload caused be a missing brace around a for loop,
+       slightly improved the way that errors are handled by passing back hr
+       from some function calls.
+
+       * dlls/d3d8/device.c, dlls/d3d8/drawprim.c, dlls/wined3d/device.c,
+         dlls/wined3d/drawprim.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some missing-declarations warnings.
+
+       * dlls/mshtml/oleobj.c, dlls/mshtml/tests/Makefile.in,
+         dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added more tests.
+       - Make tests pass under Wine.
+
+       * tools/widl/typelib.c: Stefan Huehner <stefan@huehner.org>
+       Fix a -Wsign-compare warning.
+
+       * dlls/mshtml/main.c, dlls/mshtml/mshtml.inf, include/mshtml.idl:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added MSHTML library declaration.
+
+       * server/fd.c, server/file.h, server/mailslot.c:
+       Robert Shearman <rob@codeweavers.com>
+       Make mailslots use as much of the default async fd implementation as
+       possible.
+
+       * dlls/kernel/kernel_main.c, dlls/kernel/process.c, dlls/ntdll/nt.c,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/server.c, dlls/ntdll/time.c,
+         include/wine/server_protocol.h, server/object.h, server/process.c,
+         server/protocol.def, server/request.c, server/request.h,
+         server/thread.c, server/trace.c:
+       Moved the server start time to the init_thread request and got rid of
+       the init_process request (based on a patch by Felix Nawothnig).
+
+       * dlls/comctl32/imagelist.c: Robert Shearman <rob@codeweavers.com>
+       Handle CopyImage and other functions failing by not adding the icon
+       and notifying the caller.
+
+       * dlls/gdi/dib.c: Juan Lang <juan_lang@yahoo.com>
+       Release DC in error condition on StretchDIBits.
+
+       * include/richedit.h: Kevin Koltzau <kevin@plop.org>
+       Define GCM_RIGHTMOUSEDROP.
+
+       * programs/winecfg/Nl.rc: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Update the Dutch translations.
+
+       * programs/winedbg/stack.c: Robert Shearman <rob@codeweavers.com>
+       Remove additional current process tracking in backtrace_all as it can
+       refer to freed memory.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/olewnd.c, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Better handling of UI and InPlace active state.
+       - Implemented InPlaceDeactivate.
+       - THIS macros cleanup.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Encode/decode certs, with tests.
+
+2005-07-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/process.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+         dlls/ntdll/server.c, dlls/ntdll/thread.c,
+         include/wine/server_protocol.h, server/process.c, server/process.h,
+         server/protocol.def, server/thread.c, server/trace.c:
+       Return the startup info size in the init_thread request, and allocate
+       the process parameters structure in ntdll instead of kernel.
+
+       * dlls/wined3d/directx.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Correct a few formats that were incorrect.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add more missing definitions.
+
+       * programs/winecfg/Fr.rc: Jonathan Ernst <Jonathan@ErnstFamily.ch>
+       Updated winecfg French resources.
+
+       * server/security.h, server/token.c:
+       Robert Shearman <rob@codeweavers.com>
+       Store the default DACL in the token.
+
+       * dlls/uuid/uuid.c, include/.cvsignore, include/Makefile.in,
+         include/downloadmgr.idl:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added downloadmgr.idl.
+
+       * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/relay.c:
+       Initialize relay debugging earlier on now that the registry is loaded
+       by the server.
+
+       * dlls/kernel/process.c, include/wine/server_protocol.h,
+         server/protocol.def, server/request.h, server/thread.c,
+         server/trace.c:
+       Get rid of the boot_done request.
+
+       * 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/stateblock.c,
+         dlls/wined3d/surface.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/texture.c, dlls/wined3d/utils.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c, dlls/wined3d/wined3d_main.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Tidy up some comments and formatting.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Partial implementation of SetJobW.
+       Set the document title in StartDocPrinter.
+
+       * dlls/kernel/process.c, dlls/ntdll/server.c,
+         include/wine/server_protocol.h, server/process.c, server/process.h,
+         server/protocol.def, server/thread.c, server/trace.c:
+       Already initialize the process in the first init_thread request
+       instead of waiting for the init_process request.
+
+       * server/handle.c:
+       Avoid potential crashes when there is no handle table.
+
+       * dlls/msi/action.c, dlls/msi/files.c, dlls/msi/msi.c,
+         dlls/msi/source.c, dlls/msi/upgrade.c, include/msi.h:
+       Use the official names for the Unicode string constants.
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/itss/itss.c,
+         dlls/itss/moniker.c, dlls/itss/storage.c, dlls/qcap/pin.h,
+         dlls/quartz/enumfilters.c, dlls/quartz/enumregfilters.c,
+         dlls/quartz/filesource.c, dlls/quartz/filtermapper.c,
+         dlls/quartz/pin.h, dlls/rpcrt4/rpc_binding.h,
+         dlls/rpcrt4/rpc_server.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c, dlls/shlwapi/tests/clist.c,
+         dlls/urlmon/tests/url.c, dlls/wininet/internet.c,
+         dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciwave/mciwave.c,
+         dlls/winmm/playsound.c, dlls/winmm/winealsa/audio.c,
+         dlls/winmm/winemm.h, dlls/winmm/wineoss/dscapture.c:
+       Mike McCormack <mike@codeweavers.com>
+       Interlocked LONG* gcc warning fixes.
+
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+         dlls/wldap32/.cvsignore, dlls/wldap32/Makefile.in,
+         dlls/wldap32/main.c, dlls/wldap32/wldap32.spec:
+       Hans Leidekker <hans@it.vu.nl>
+       Beginnings of WLDAP32.
+
+       * tools/winebuild/import.c: Steve Zellers <zellers@mac.com>
+       Fixed leftover import table name in output_import_thunk.
+
+       * dlls/ntdll/critsection.c: Ignore high bit of spin count.
+
+       * dlls/wined3d/device.c, dlls/wined3d/resource.c,
+         dlls/wined3d/surface.c, dlls/wined3d/vertexbuffer.c,
+         dlls/wined3d/wined3d_main.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_gl.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Added basic memory management and tracking to wined3d.
+
+       * include/Makefile.in, include/winldap.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Added winldap.h header.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/olewnd.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       THIS macros cleanup.
+
+       * dlls/mshtml/view.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Call ShowUI and HideUI in UIActivate.
+
+       * dlls/winspool/De.rc, dlls/winspool/winspool.rc,
+         programs/winecfg/De.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       - Added German winspool resource file.
+       - Updated German winecfg resource file.
+
+       * tools/widl/write_msft.c: Stefan Huehner <stefan@huehner.org>
+       Fix some -Wsign-compare warnings.
+
+2005-07-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * configure, configure.ac, programs/Makefile.in,
+         programs/hh/.cvsignore, programs/hh/Makefile.in, programs/hh/main.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added hh.exe.
+
+       * dlls/kernel/process.c, include/wine/server_protocol.h,
+         server/console.c, server/process.c, server/process.h,
+         server/protocol.def, server/trace.c:
+       Moved the fields that depends on startup info from the init_process
+       request to get_startup_info.
+
+       * dlls/user/cursoricon.c: Mike McCormack <mike@codeweavers.com>
+       Clean up CURSORICON_Load.
+
+       * dlls/ntdll/tests/string.c: Aric Stewart <aric@codeweavers.com>
+       Both wcschr and wcsrchr should be able to find the terminating
+       character.
+
+       * include/wine/unicode.h:
+       Fixed strchrW and strrchrW for a null character (spotted by Aric
+       Stewart).
+
+       * dlls/dmusic/dmusic_private.h, dlls/dplayx/dpclassfactory.c,
+         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_private.h,
+         dlls/itss/itss.c, dlls/itss/moniker.c, dlls/mlang/mlang.c,
+         dlls/msdmo/dmoreg.c, dlls/netapi32/netbios.c,
+         dlls/qcap/capturegraph.c, dlls/qcap/enummedia.c,
+         dlls/qcap/enumpins.c, dlls/qcap/qcap_main.c, dlls/qcap/vfwcapture.c,
+         dlls/quartz/dsoundrender.c, dlls/quartz/enummedia.c,
+         dlls/quartz/enumpins.c, dlls/quartz/filtergraph.c,
+         dlls/quartz/main.c, dlls/quartz/memallocator.c, dlls/quartz/parser.h,
+         dlls/quartz/systemclock.c, dlls/quartz/transform.h,
+         dlls/quartz/videorenderer.c:
+       Mike McCormack <mike@codeweavers.com>
+       Interlocked LONG* gcc warning fixes.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Forward SetJobA -> SetJobW.
+
+       * dlls/msi/custom.c: Aric Stewart <aric@codeweavers.com>
+       Further testing shows that when CustomActionData needs to be blank it
+       is an empty string not ' '.
+
+       * dlls/user/cursoricon.c: Mike McCormack <mike@codeweavers.com>
+       Remove CURSORICON_SimulateLoadingFromResourceW.
+
+       * dlls/user/cursoricon.c: Mike McCormack <mike@codeweavers.com>
+       Modify CURSORICON_FindBestIcon/Cursor to use enumerator functions.
+
+       * dlls/user/listbox.c: Robert Shearman <rob@codeweavers.com>
+       Call SetLastError on errors.
+
+       * dlls/user/text.c: Robert Shearman <rob@codeweavers.com>
+       - Support right-aligned text in TabbedTextOut.
+       - Add documentation.
+
+       * programs/winecfg/En.rc, programs/winecfg/Fr.rc,
+         programs/winecfg/resource.h, programs/winecfg/x11drvdlg.c:
+       Raphael Junqueira <fenix@club-internet.fr>
+       - add direct3d configuration on winecfg graphics panel
+       - resync Fr libraries dialog (based on En.rc)
+
+       * dlls/ntdll/wcstring.c: Use the unicode.h functions where possible.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Use the SourceList functions to get the source path in
+       ConfigureProductExW.
+
+       * dlls/msi/files.c: Aric Stewart <aric@codeweavers.com>
+       When working toward install on demand support we need to reset all the
+       constant values so that multiple install process do not get confused
+       by leftover values from the previous install.
+
+       * include/commctrl.h: Frank Richter <frank.richter@gmail.com>
+       Added WC_STATIC.
+
+       * dlls/user/listbox.c: Robert Shearman <rob@codeweavers.com>
+       - Implement LB_SETLOCALE.
+       - Remove incorrect FIXMEs for LB_USETABSTOPS.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Better viewport origin in DrawThemeParentBackground().
+
+       * dlls/d3dxof/d3dxof_private.h, dlls/d3dxof/main.c,
+         dlls/dinput/device_private.h, dlls/dinput/joystick_linuxinput.c,
+         dlls/dmband/dmband_private.h, dlls/dmcompos/dmcompos_private.h,
+         dlls/dmime/dmime_private.h, dlls/dmscript/dmscript_private.h,
+         dlls/dmstyle/dmstyle_private.h, dlls/dmsynth/dmsynth_private.h:
+       Mike McCormack <mike@codeweavers.com>
+       Interlocked LONG* gcc warning fixes.
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/surface.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implement UpdateTexture and UpdateSurface in wined3d.
+       Allow NULL members of WINED3DSURFACE_DESC to be set to Surface_GetDesc
+       so that the whole structure doesn't have to be filled just to get back
+       one value.
+
+       * dlls/winspool/.cvsignore, dlls/winspool/En.rc,
+         dlls/winspool/Makefile.in, dlls/winspool/info.c,
+         dlls/winspool/winspool.rc, dlls/winspool/wspool.c,
+         dlls/winspool/wspool.h:
+       Huw Davies <huw@codeweavers.com>
+       ScheduleJob for 'file' ports.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Display icons in buttons that have them.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/oleobj.c, dlls/mshtml/olewnd.c, dlls/mshtml/persist.c,
+         dlls/mshtml/protocol.c, dlls/mshtml/service.c, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added stub implementation of IOleCommandTarget.
+       - Store IDocHostUIHandler in HTMLDocument.
+       - ActivateMe should be called even if GetContainer failed.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Don't cache child pidls in UnixFolder, but create them on the fly.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - encode/decode CERT_INFO, with tests
+       - a few more tests and bugfixes
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Correct border rectangle drawing.
+
+       * dlls/uxtheme/system.c: Frank Richter <frank.richter@gmail.com>
+       Don't crash if NULL is passed as the class list to OpenThemeData().
+
+2005-07-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/oldconfig.c, include/wine/server_protocol.h,
+         server/protocol.def, server/registry.c, server/request.h,
+         server/trace.c:
+       Load the HKEY_CURRENT_USER branch at server startup too.
+
+       * dlls/ntdll/reg.c, dlls/ntdll/sec.c:
+       Use an SID instead of the user name for the path of the
+       HKEY_CURRENT_USER key (based on an old patch by Juan Lang).
+
+       * dlls/d3d9/cubetexture.c, dlls/d3d9/surface.c, dlls/d3d9/texture.c,
+         dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/surface.c, dlls/wined3d/texture.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Move parameters relating to opengl on the surface structure on to a
+       glDesciption member.
+       Removed Level and Target from LoadTexture, and reduced the dependency
+       on surface->device.
+       Fixed a couple of compiler warnings in d3d9.
+
+       * dlls/msi/registry.c: Aric Stewart <aric@codeweavers.com>
+       Properly resize the buffer based on ERROR_MORE_DATA.
+       Also remember to free the allocated buffer.
+
+       * dlls/kernel/tests/module.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Basic tests for LoadLibraryA and GetProcAddress.
+
+       * dlls/kernel/module.c:
+       A NULL module handle means 'main exe' in GetProcAddress too.
+
+       * server/hook.c, server/request.c, server/user.h, server/winstation.c:
+       Store the global hooks table in the desktop object.
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+       Detlef Riekenberg <wine.dev@web.de>
+       Printers_RegisterWindowW / Printers_UnregisterWindow implemented as
+       stub.
+       Show the FIXME in Printer_LoadIconsW only when needed.
+
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Added stubs for ExecuteCab and TranslateInfString.
+
+       * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/upgrade.c:
+       Aric Stewart <aric@codeweavers.com>
+       Use the strings defined in msi.h.
+
+       * dlls/msi/source.c: Aric Stewart <aric@codeweavers.com>
+       Correct an error where I was not properly advancing a pointer.
+
+       * dlls/mshtml/mshtml.inf: Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Remove licence header.
+       - Fix typos.
+
+       * include/msi.h: Aric Stewart <aric@codeweavers.com>
+       Remove some duplicate prototypes and reformat the SourceList APIs a
+       bit more to fit with the style of the rest of the file.
+
+       * include/commctrl.h: Frank Richter <frank.richter@gmail.com>
+       Added BST_HOT, WC_BUTTON.
+
+       * dlls/dinput/tests/joystick.c: Francois Gouget <fgouget@free.fr>
+       Only print the joystick state when it changes so the user does not get
+       300 lines of traces.
+
+       * dlls/gdi/gdi32.spec:
+       Make GetKerningPairs an alias for GetKerningPairsA.
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/surface.c, dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implemented basic non-power 2 texture in wined3d.
+       Also fixed a typo in drawprim that was causing vertex declarations to
+       crash.
+
+       * dlls/amstream/amstream.c, dlls/amstream/main.c, dlls/atl/registrar.c,
+         dlls/comcat/comcat_main.c, dlls/comcat/comcat_private.h,
+         dlls/comcat/information.c, dlls/devenum/devenum_private.h,
+         dlls/devenum/mediacatenum.c:
+       Mike McCormack <mike@codeweavers.com>
+       Interlocked LONG* gcc warning fixes.
+
+       * dlls/dinput/tests/joystick.c, dlls/dinput/tests/keyboard.c,
+         dlls/dinput/tests/mouse.c:
+       Francois Gouget <fgouget@free.fr>
+       Remove unnecessary STRICT defines.
+
+       * dlls/kernel/file.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       STATUS_TIMEOUT is no error for Read|WriteFile.
+
+       * dlls/ntdll/file.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Wait for the object multiple times until TIMEOUT is met.
+
+       * dlls/user/listbox.c: Robert Shearman <rob@codeweavers.com>
+       The units passed into LB_SETTABSTOPS are dialog units, not logical
+       units.
+
+       * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+       If MsiGetProperty(A/W) is called with a NULL for the value buffer but
+       a value in the size for the value buffer, then Msi fills in the size
+       of the value into the pointer for size.  This is tested and confirmed
+       with native MSI.
+
+       * dlls/msvcrt/locale.c: Vijay Kiran Kamuju <infyquest@gmail.com>
+       Fix _setmbcp behavior for unreal codepages.
+
+       * server/queue.c, server/user.h, server/window.c, server/winstation.c:
+       Tie windows and thread input structures to a specific desktop.
+       Support multiple desktop windows (one per desktop object).
+       Use the window desktop to find the window station to use for property
+       atoms.
+
+       * dlls/ntdll/loadorder.c:
+       Also look for the plain module specification in WINEDLLOVERRIDES for
+       modules that contain a path, for better consistency with the registry
+       entries.
+
+       * dlls/msi/files.c, dlls/msi/source.c, include/msi.h:
+       Aric Stewart <aric@codeweavers.com>
+       Add the string constants located in msi.h and make use of them in
+       files.c and source.c.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       ScheduleJob for (as yet unused) 'cups' ports.
+
+       * dlls/user/cursoricon.c: Mike McCormack <mike@codeweavers.com>
+       Replace CURSORICON_CreateFromResource by CreateIconFromResourceEx.
+
+       * dlls/d3d8/d3d8_private.h, dlls/d3dx8/d3dx8core_private.h,
+         dlls/ddraw/d3d_private.h, dlls/ddraw/ddraw_private.h,
+         dlls/ddraw/main.c:
+       Mike McCormack <mike@codeweavers.com>
+       Interlocked LONG* gcc warning fixes.
+
+       * dlls/kernel/tests/heap.c, dlls/ntdll/heap.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Make the value returned from HeapSize always match the requested
+         size passed into HeapAllocate/HeapReAllocate.
+       - Add a test for this behaviour.
+
+       * dlls/advapi32/lsa.c, dlls/comctl32/tests/dpa.c, dlls/d3d8/device.c,
+         dlls/d3d9/stateblock.c, dlls/ddraw/surface_dib.c,
+         dlls/dmime/tempotrack.c, dlls/shell32/shlexec.c,
+         dlls/shell32/tests/shlfolder.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/vertexdeclaration.c,
+         programs/winedbg/winedbg.man:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * tools/winapi/win32.api: Francois Gouget <fgouget@free.fr>
+       Add missing types to win32.api.
+
+       * dlls/mshtml/oleobj.c, dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added test of IOleObject::[SG]etClientSite.
+       - Fix IOleObject_SetClientSite to pass tests.
+
+       * dlls/user/cursoricon.c: Mike McCormack <mike@codeweavers.com>
+       Remove unused function args.
+
+       * server/atom.c, server/clipboard.c, server/user.h,
+         server/winstation.c:
+       Export the winstation and desktop structures to avoid having to write
+       too many accessor functions.
+
+       * dlls/oleaut32/connpt.c, dlls/oleaut32/dispatch.c,
+         dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+         dlls/oleaut32/recinfo.c, dlls/oleaut32/tmarshal.c,
+         dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c:
+       Mike McCormack <mike@codeweavers.com>
+       Interlocked LONG* gcc warning fixes.
+
+       * programs/winecfg/En.rc, programs/winecfg/Fr.rc,
+         programs/winecfg/audio.c, programs/winecfg/resource.h:
+       Raphael Junqueira <fenix@club-internet.fr>
+       Add some basic dsound configuration on Audio panel.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Don't use unix filesystem specific attributes in UnixFolder's pidls.
+
+       * dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Release parent shell folder in GetAttributesOf.
+
+       * programs/wcmd/builtins.c: Detlef Riekenberg <wine.dev@web.de>
+       Do not print an error message when deleting a nonexistent variable.
+
+       * dlls/urlmon/umon.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       URLMonikerImpl_BindToStorage: Don't use a HeapAllocated pointer for
+       other purposes.
+
+       * dlls/riched20/editor.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Check structure size and fix return values in EM_GETCHARFORMAT.
+
+2005-07-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/setupapi/queue.c, dlls/setupapi/setupapi.spec:
+       Detlef Riekenberg <wine.dev@web.de>
+       SetupSetFileQueueAlternatePlatform{AW} implemented as stub.
+
+       * dlls/wined3d/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Check to see if the vertex declaration is null before trying to
+       reference it.
+
+       * dlls/kernel/kernel32.spec:
+       The ordinal functions should not be exported by name.
+
+       * dlls/d3d8/shader.c: Marcus Meissner <marcus@jet.franken.de>
+       Fixed signedness issues.
+
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Tidy up the way caps are managed in GetDeviceCaps and FillGlCaps.
+
+       * dlls/urlmon/umon.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       URLMonikerImpl_BindToStorage: Escape special characters.
+
+       * dlls/cabinet/fci.c:
+       Gerold Jens Wucherpfennig <gjwucherpfennig@gmx.net>
+       The fci_get_little_endian... and fci_set_little_endian... functions
+       don't really set and unset little endianes, they do the same thing:
+       merely swapping bytes from one endianes to the other.
+
+       * dlls/msvcrt/file.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Allow reading 0 bytes in fread.
+
+       * libs/wine/loader.c, tools/winebuild/res16.c, tools/winebuild/res32.c,
+         tools/wrc/dumpres.c, tools/wrc/genres.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed signedness warnings.
+
+       * dlls/user/button.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix a typo.
+
+       * dlls/ntdll/env.c: Detlef Riekenberg <wine.dev@web.de>
+       Fixed traces.
+
+       * programs/winecfg/En.rc: Brian Vincent <vinn@theshell.com>
+       Describe tabs being linked together.
+
+       * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+       Define the remaining Nt* functions.
+
+       * configure, configure.ac, dlls/ntdll/cdrom.c, include/config.h.in:
+       Gerald Pfeifer <gerald@pfeifer.com>
+       Add a configure check for struct request_sense.  Use this in
+       CDROM_ScsiPassThroughDir() and CDROM_ScsiPassThrough() to unbreak the
+       build on FreeBSD.
+
+       * dlls/setupapi/diskspace.c:
+       Thomas Weidenmueller <wine-patches@reactsoft.com>
+       Fixed enumerating the drive strings.
+
+       * dlls/msi/install.c, dlls/msi/msi.spec:
+       Aric Stewart <aric@codeweavers.com>
+       Implement MsiGetLanguage.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       ScheduleJob for 'lpr' ports.
+
+2005-07-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * server/atom.c, server/class.c, server/object.h, server/window.c:
+       Explicitly pass the winstation to the atom functions so that they can
+       be used even when current is not set.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Implement {Start,End}DocPrinter and WritePrinter.
+       {Start,End}PagePrinter are still stubs but return TRUE.
+
+       * dlls/msi/action.c, dlls/msi/package.c:
+       Aric Stewart <aric@codeweavers.com>
+       InstallShield does a number of actions using DoAction before the
+       Install starts so the PackageCode needs to be loaded on OpenPackage
+       instead of the beginning of the install process.
+
+       * dlls/shell32/pidl.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Fail in SHGetDataFromIDList when called on special folder.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Partially implemented UnixFolder's ISFHelper::CopyItems method.
+
+       * dlls/user/user_main.c, dlls/user/user_private.h, dlls/user/win.c,
+         dlls/user/winstation.c, include/win.h,
+         include/wine/server_protocol.h, server/protocol.def,
+         server/request.h, server/trace.c, server/user.h, server/window.c:
+       Put in place the basic infrastructure to allow supporting multiple
+       desktop windows.
+
+       * dlls/user/dde_client.c, dlls/user/dde_misc.c,
+         dlls/user/dde_private.h, dlls/user/dde_server.c, dlls/user/ddeml16.c,
+         dlls/user/tests/dde.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add DDE transaction test, make it pass under Wine.
+
+       * dlls/commdlg/cdlg_De.rc, programs/cmdlgtst/De.rc,
+         programs/winecfg/De.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       Update German resource files.
+
+       * dlls/setupapi/Pl.rc, dlls/setupapi/setupapi.rc:
+       Sebastian Gasiorek <zebasoftis@gmail.com>
+       Added Polish resources.
+
+       * include/msvcrt/mbctype.h: Vijay Kiran Kamuju <infyquest@gmail.com>
+       Add _MB_CP_* defines.
+
+       * dlls/psapi/psapi_main.c, dlls/psapi/tests/psapi_main.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Make GetProcessMemoryInfo fail if the passed buffer is too small.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add a few more missing defines.
+
+       * dlls/user/sysparams.c: Frank Richter <frank.richter@gmail.com>
+       Always zero destination buffer in SYSPARAMS_LoadRaw(). Remove
+       now-superfluous memory zeroing in some other places.
+
+       * dlls/comctl32/dpa.c, dlls/comctl32/tests/dpa.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix some DPA functions so they pass the new tests.
+
+       * dlls/shell32/shfldr_unixfs.c, dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Return correct HRESULT code in UnixFolder's IEnumIDList::Next.
+       Corresponding test.
+
+       * dlls/msi/msi.c: Robert Shearman <rob@codeweavers.com>
+       In MsiLocateComponent pcchBuf can be NULL so don't try to dereference
+       it.
+
+       * include/textserv.h: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       ITextServices_OnTxInplaceDeactivate does not take a parameter.
+
+       * dlls/d3d9/d3d9_private.h, dlls/d3d9/pixelshader.c:
+       Oliver Stieber <oliver@codeweavers.com>
+       Relay all the pixel shader calls from d3d9 to wined3d.
+
+2005-07-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/d3d9/vertexdeclaration.c, dlls/wined3d/device.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/vertexdeclaration.c,
+         include/wine/wined3d_interface.h:
+       Oliver Stieber <oliver@codeweavers.com>
+       Added support for vertex declarations to wined3d, it's the last patch
+       to give wined3d basic functionality.
+
+       * dlls/d3d9/device.c, dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/surface.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       Oliver Stieber <oliver@codeweavers.com>
+       Implement render targets using either textures, swapchains or
+       standalone surfaces.
+
+       * dlls/ttydrv/winetty.drv.spec, dlls/ttydrv/wnd.c,
+         dlls/user/user_main.c, dlls/user/user_private.h, dlls/user/win.c,
+         dlls/x11drv/window.c, dlls/x11drv/winex11.drv.spec,
+         dlls/x11drv/winpos.c:
+       Moved initialization of the desktop window in the graphics driver to a
+       separate CreateDesktopWindow entry point instead of overloading
+       CreateWindow.
+
+       * dlls/user/menu.c:
+       Removed creation of the no longer used shading brush.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/main.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Implement a few utility functions, with tests.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Correct a typo.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       - move ID_ABOUT_WINE into #ifdef __WINE__
+       - support for refresh in shell namespace windows
+
+       * dlls/msi/action.c, dlls/msi/helpers.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fill and use the ProductCode part of the MSIPACKAGE structure.
+
+       * dlls/netapi32/access.c, dlls/netapi32/netapi32.spec:
+       Detlef Riekenberg <wine.dev@web.de>
+       NetUserAdd + NetUserDel implemented as stub.
+       Made some FIXME more informative.
+       Marked some FIXME as stub.
+       Added comments before some functions.
+
+       * dlls/ntdll/loadorder.c:
+       Use the same defaults for modules with and without an explicit path.
+
+       * dlls/user/sysparams.c: Frank Richter <frank.richter@gmail.com>
+       Add support for proper saving of the "FLATMENU" and "GRADIENTCAPION"
+       system parameters to the registry.
+
+       * dlls/user/uitools.c: Frank Richter <frank.richter@gmail.com>
+       Wine has now a Marlett font, hence the window buttons can now be drawn
+       using that and not some polylines.
+
+       * fonts/wine_marlett.sfd: Frank Richter <frank.richter@gmail.com>
+       Added a real "window restore" glyph to Wine Marlett.
+
+       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Ru.rc,
+         dlls/commdlg/printdlg.c:
+       Eugeny Gorelov <tft@etersoft.ru>
+       Implement most functionality of PageSetupDlg function.
+
+       * programs/cmdlgtst/En.rc, programs/cmdlgtst/Ru.rc,
+         programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
+       Eugeny Gorelov <tft@etersoft.ru>
+       Added PageSetupDlg test.
+
+       * dlls/x11drv/window.c, dlls/x11drv/x11drv_main.c:
+       Moved most initializations out of the create_desktop function and into
+       process_attach.
+
+       * dlls/user/win.c, dlls/user/winpos.c, include/winpos.h:
+       Delay creation of the internal pos atom until needed.
+
+       * dlls/mscms/tests/Makefile.in, dlls/mscms/tests/profile.c:
+       Hans Leidekker <hans@it.vu.nl>
+       Dynamically load mscms.
+
+       * programs/winecfg/De.rc: Frank Richter <frank.richter@gmail.com>
+       Update German translation for changes to the DLL overrides UI.
+
+       * include/commdlg.h: Eugeny Gorelov <tft@etersoft.ru>
+       Added PSD_NONETWORKBUTTON define.
+
+       * dlls/ole32/memlockbytes.c, dlls/ole32/storage32.c:
+       Vitaly Lipatov <lav@etersoft.ru>
+       Added some documentation.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Use LoadImage to load bitmaps and icons.
+
+       * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add a MsgWaitForMultipleObjects test.
+
+       * dlls/advapi32/registry.c, dlls/advapi32/tests/crypt.c,
+         dlls/devenum/mediacatenum.c, dlls/dmusic/dmusic.c,
+         dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c,
+         dlls/dsound/dsound_main.c, dlls/iphlpapi/iphlpapi_main.c,
+         dlls/mpr/pwcache.c, dlls/netapi32/nbt.c, dlls/oledlg/insobjdlg.c,
+         dlls/powrprof/powrprof.c, dlls/setupapi/virtcopy.c,
+         dlls/shlwapi/reg.c, dlls/tapi32/line.c, dlls/uxtheme/system.c,
+         dlls/wininet/urlcache.c, dlls/winmm/winealsa/audio.c,
+         programs/regedit/edit.c, programs/winebrowser/main.c,
+         programs/winedbg/winedbg.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 -Wpointer-sign fixes (Reg* functions).
+
+       * server/mapping.c: Convert the shared mapping list to a standard list.
+
+       * dlls/dbghelp/elf_module.c:
+       We no longer have thunks in the data section.
+
+       * dlls/user/win.c, include/wine/server_protocol.h, server/protocol.def,
+         server/trace.c, server/window.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make IsWindowUnicode work in the case when window belongs to another
+       process.
+
+       * programs/winefile/Makefile.in, programs/winefile/winefile.c,
+         programs/winefile/winefile.h:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       - remove <tchar.h> and <wchar.h> header usage by switching to WIN32
+         API string manipulation functions as far as possible
+       - switch to UNICODE compilaton
+       - remove launch_fileA() and tcscpyn
+       - don't crash in set_curdir() for NULL in the 'entry' pointer
+
+       * programs/winecfg/Nl.rc: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Update the Dutch translations.
+
+       * server/atom.c, server/object.h, server/request.c, server/user.h,
+         server/winstation.c:
+       Store the global atom table in the process window station.
+
+       * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+       Add more Nt* functions.
+
+       * dlls/user/combo.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Update TODO list.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Encode/decode CERT_PUBLIC_KEY_INFO, with tests.
+
+       * dlls/comctl32/tests/dpa.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Add another failing DPA test.
+
+2005-07-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/winaspi/aspi.c: Gerald Pfeifer <gerald@pfeifer.com>
+       SCSI_Linux_CheckDevices() is Linux-only as well.
+
+       * dlls/mscms/mscms_main.c: Hans Leidekker <hans@it.vu.nl>
+       Fail loading when compiled without lcms support.
+
+       * dlls/advapi32/crypt.c, dlls/advapi32/service.c,
+         dlls/advapi32/tests/registry.c, dlls/d3d8/d3d8_main.c,
+         dlls/msvideo/msvideo16.c, dlls/oleaut32/tmarshal.c,
+         dlls/oleaut32/typelib16.c, dlls/opengl32/wgl.c,
+         dlls/setupapi/setupx_main.c, dlls/shell32/classes.c,
+         dlls/shell32/dialogs.c, dlls/user/tests/sysparams.c,
+         dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c, dlls/wineps/init.c,
+         dlls/x11drv/x11drv_main.c, dlls/x11drv/xfont.c,
+         programs/wineconsole/registry.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 -Wpointer-sign fixes (Reg* functions).
+
+       * programs/winecfg/En.rc, programs/winecfg/libraries.c,
+         programs/winecfg/resource.h:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Changed layout of libraries tab, moved load-order setting into extra
+       dialog.
+
+       * dlls/comctl32/propsheet.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Don't invalidate the whole propsheet when the page is switched.
+
+       * dlls/user/menu.c: Rein Klazes <wijn@wanadoo.nl>
+       - when sending the WM_DRAWITEM message in case of a menu item with
+         hbmpItem = HBMMENU_CALLBACK, move the drawing origin to the top left
+         of the item rectangle
+       - at the same time also make sure that the itemState field of the
+        DRAWITEMSTRUCT is properly initialized
+       - do the drawing of the check mark before sending the WM_DRAWITEM
+         message, some application likes to "overdraw" the checkmark.
+
+       * dlls/wined3d/drawprim.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Change all references to updateStateBlock to references to stateBlock
+       in drawprim.
+
+       * dlls/riched20/paint.c, dlls/riched20/wrap.c, dlls/twain/capability.c,
+         dlls/x11drv/xfont.c, dlls/x11drv/xrandr.c:
+       Stefan Huehner <stefan@huehner.org>
+       Make functions static to fix -Wmissing-declarations warnings.
+
+       * dlls/user/painting.c, dlls/user/tests/dce.c:
+       Restore the clip region after GetDCEx in send_erase as if it had been
+       a BeginPaint.
+
+       * programs/winemenubuilder/winemenubuilder.c:
+       Moved the configuration key to HKCU\Software\Wine\WineMenuBuilder.
+
+       * dlls/comctl32/tests/treeview.c, dlls/dinput/tests/joystick.c,
+         dlls/ntdll/tests/info.c, dlls/oleaut32/tests/vartest.c,
+         dlls/psapi/tests/psapi_main.c, dlls/user/tests/menu.c,
+         dlls/user/tests/win.c:
+       Francois Gouget <fgouget@free.fr>
+       Add trailing '\n's to ok() calls.
+
+       * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+       Stop the install when cancelling from a modeless dialog.
+
+       * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+       Add more Nt* functions.
+
+       * dlls/winspool/Makefile.in, dlls/winspool/info.c:
+       Huw Davies <huw@codeweavers.com>
+       Add an implementation of AddJob and a partial one of ScheduleJob.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Implemented UnixFolder's ISFHelper::DeleteItems interface.
+
+       * include/winuser.h: Frank Richter <frank.richter@gmail.com>
+       Add missing DC_GRADIENT and DC_BUTTONS, as used by DrawCaption.
+
+       * dlls/riched20/editor.c, dlls/riched20/editor.h, dlls/riched20/row.c:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Fixed EM_LINEINDEX handler and added EM_LINEFROMCHAR handler.
+
+       * dlls/msi/events.c: Mike McCormack <mike@codeweavers.com>
+       Don't crash when cancelling out of a modeless dialog.
+
+       * dlls/user/sysparams.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Clear buffer before querying the registry in SYSPARAMS_Load.
+
+       * dlls/shell32/shfldr_unixfs.c: Michael Lin <mlin@corvu.com.au>
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Implemented UnixFolder's ISFHelper::AddFolder.
+
+       * dlls/advapi32/Makefile.in, dlls/advapi32/lsa.c,
+         dlls/advapi32/security.c:
+       James Hawkins <truiken@gmail.com>
+       Branch the LSA functions from security.c to lsa.c.
+
+       * dlls/user/dde_client.c, dlls/user/dde_misc.c, dlls/user/defwnd.c,
+         dlls/user/driver16.c, dlls/user/hook.c, dlls/user/hook16.c,
+         dlls/user/message.c, dlls/user/spy.c, dlls/user/sysparams.c,
+         dlls/user/text.c, dlls/user/user_main.c, dlls/user/winproc.c:
+       Mike McCormack <mike@codeweavers.com>
+       -Wpointer-sign fixes for gcc 4.0.
+
+       * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/string.c,
+         dlls/msi/suminfo.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 -Wpointer-sign fixes.
+
+       * dlls/mshtml/main.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/protocol.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 -Wpointer-sign warnings.
+
+       * dlls/riched20/editor.c, dlls/riched20/editor.h, dlls/riched20/row.c:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Implemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT,
+       EM_FINDTEXTW, EM_FINDTEXTEX, and EM_FINDTEXTEXW messages.
+
+       * include/winnt.h: Mike McCormack <mike@codeweavers.com>
+       Define PVOID64 and FILE_SEGMENT_ELEMENT.
+
+       * dlls/uxtheme/system.c: Frank Richter <frank.richter@gmail.com>
+       Every window needs to receive WM_THEMECHANGED (esp. controls), so also
+       send it to child windows.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32undoc.c,
+         dlls/comctl32/dpa.c, dlls/comctl32/dsa.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Move DPA and DSA functions out of comctl32undoc.c as they are
+       documented by now.
+
+2005-07-05  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/relay.c: Don't depend on ELF features for PIC code.
+       A couple of optimizations.
+
+       * dlls/msi/Makefile.in, dlls/msi/files.c, dlls/msi/msipriv.h,
+         dlls/msi/source.c, include/msi.h:
+       Aric Stewart <aric@codeweavers.com>
+       Add source.c to start handling the various MsiSourceList apis used in
+       v3 of MSI, and now internally.
+       Update files.c to use the MsiSourceList apis to make sure our
+       SourceList keys in the registry are included and correct.
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+       Detlef Riekenberg <wine.dev@web.de>
+       Printer_LoadIconsW: implemented minimal version.
+
+       * dlls/riched20/wrap.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed an off-by-one error in EM_GETLINECOUNT handler.
+
+       * dlls/riched20/writer.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed another couple of EM_STREAMOUT bugs.
+
+       * include/textserv.h: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Fixed typo.
+
+       * dlls/shell32/shfldr_unixfs.c: Michael Lin <mlin@corvu.com.au>
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       ISFHelper interface support for UnixFolder (currently only stubs).
+
+       * 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:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 -Wpointer-sign fixes.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Set the initial focus on the control specified by Control_First in the
+       Dialog table.
+
+       * dlls/riched20/writer.c: Phil Krylov <phil@newstar.rinet.ru>
+       Removed junk from UTF-8 RTF output.
+
+       * include/textserv.h: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Added txtbit declarations.
+
+       * programs/winecfg/libraries.c: Hajime Segawa <winetips@sidenet.ddo.jp>
+       Fix for debug message buffer overflow in library tab.
+
+       * dlls/shell32/shfldr_unixfs.c: Michael Lin <mlin@corvu.com.au>
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Implemented UnixFolder's IShellFolder::SetNameOf.
+
+       * dlls/d3d9/d3d9_private.h, dlls/d3d9/pixelshader.c,
+         dlls/d3d9/stateblock.c, dlls/d3d9/vertexshader.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Strip out stateblocks from d3d9 and relay all stateblock calls to
+       wined3d.
+
+       * tools/sfnt2fnt.c, tools/winebuild/spec16.c, tools/winedump/le.c,
+         tools/winedump/lnk.c, tools/winedump/ne.c, tools/winedump/winedump.h,
+         tools/wrc/readres.c, dlls/commdlg/filedlg.c,
+         dlls/commdlg/filedlgbrowser.c, dlls/commdlg/fontdlg.c,
+         dlls/commdlg/fontdlg16.c, dlls/commdlg/printdlg.c,
+         dlls/commdlg/printdlg16.c:
+       Mike McCormack <mike@codeweavers.com>
+       gcc 4.0 -Wpointer-sign fixes.
+
+       * include/msxml.idl: Vijay Kiran Kamuju <infyquest@gmail.com>
+       Add IXMLElementNotificationSink definition for IE4 compatibility.
+
+       * dlls/msvcrt/process.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Fixed erroneous file flag in _popen.
+
+       * dlls/urlmon/.cvsignore, dlls/urlmon/Makefile.in,
+         dlls/urlmon/regsvr.c, dlls/urlmon/rsrc.rc, dlls/urlmon/urlmon.inf,
+         dlls/urlmon/urlmon_main.h:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Register protocols.
+
+       * dlls/ntdll/process.c, dlls/ntdll/virtual.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Replace stubs for information classes in NtQueryVirtualMemory and
+       NtQueryInformationProcess by more descriptive messages.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       UXTHEME_LoadImage(): Set default image count to 1 to avoid division by
+       zero in case image count property is not given. Properly support 0
+       state IDs.
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implemented stateblocks in wined3d.
+
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Fix some failing tests.
+
+       * tools/winebuild/build.h, tools/winebuild/main.c,
+         tools/winebuild/spec32.c:
+       Get rid of the global debugging flag.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/ne_module.c,
+         dlls/kernel/relay16.c, tools/winebuild/relay.c:
+       Intercept functions for 16-bit relay debugging by patching the
+       CALLFROM16 table instead of having the wine_call_from_16 functions
+       call out the relay functions explicitly.
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c,
+         dlls/dplayx/name_server.c, dlls/gdi/enhmetafile.c,
+         dlls/msvidc32/msvideo1.c, dlls/netapi32/access.c,
+         dlls/riched20/editor.c, dlls/rpcrt4/ndr_ole.c,
+         dlls/uxtheme/msstyles.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix -Wmissing-declarations warnings.
+
+       * 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/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/ole2.c,
+         dlls/ole32/oleobj.c, dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+         dlls/ole32/stg_prop.c, dlls/ole32/storage.c, dlls/ole32/storage32.h,
+         dlls/ole32/stubmanager.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 -Wpointer-sign warnings.
+
+       * dlls/user/cursoricon.c: Detlef Riekenberg <wine.dev@web.de>
+       LoadImageW: Fix type of TRACE parameter.
+
+       * include/.cvsignore, include/Makefile.in, include/mimeinfo.idl:
+       Vijay Kiran Kamuju <infyquest@gmail.com>
+       Added declaration for IMimeInfo interface.
+
+       * dlls/kernel/relay16.c, include/wine/winbase16.h,
+         tools/winebuild/relay.c, tools/winebuild/spec16.c:
+       Added vararg argument type so that the relay code can distinguish from
+       a normal cdecl function.
+       Don't rely on the relay thunk preserving the stack pointer.
+
+       * dlls/ntdll/tests/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Added some tests for other information classes.
+       Correct comment for test 0x3.
+
+       * dlls/ntdll/nt.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Improved stubs to show the correct behavior.
+
+       * programs/winecfg/En.rc: Huw Davies <huw@codeweavers.com>
+       Add an English neutral version of the graphics tab.
+
+       * dlls/kernel/toolhelp.c: Mike McCormack <mike@codeweavers.com>
+       Fix some gcc 4.0 warnings.
+
+       * dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h:
+       Frank Richter <frank.richter@gmail.com>
+       Opening some theme class data now also increases the reference count
+       of the theme file, so as long as theme class data is still opened
+       somewhere, the theme file won't get freed. Otherwise, it could happen
+       that invalid class data was used, which could lead to problems.
+
+       * dlls/uxtheme/draw.c: Frank Richter <frank.richter@gmail.com>
+       Changed the default transparent color in case none was explicitly
+       specified from the upper left pixel color to magenta. Empirically
+       gives better results.
+
+       * dlls/user/menu.c: Frank Richter <frank.richter@gmail.com>
+       Add support for drawing menus in "flat" style.
+
+       * dlls/advapi32/crypt.c, dlls/cabinet/fdi.c,
+         dlls/dinput/joystick_linux.c, dlls/iphlpapi/tests/iphlpapi.c,
+         dlls/msvcrt/tests/headers.c, dlls/oleaut32/typelib.c,
+         dlls/setupapi/virtcopy.c, dlls/winaspi/aspi.c,
+         dlls/winedos/soundblaster.c, dlls/winedos/vga.c,
+         dlls/winsock/socket.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some more -Wmissing-declarations warnings.
+
+       * dlls/dmloader/dmloader_main.c, dlls/dmloader/dmloader_private.h,
+         dlls/dmloader/loader.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 -Wpointer-sign warnings.
+
+       * dlls/gdi/driver.c, dlls/gdi/freetype.c, dlls/gdi/printdrv.c:
+       Mike McCormack <mike@codeweavers.com>
+       -Wpointer-sign fixes for gcc 4.0.
+
+       * dlls/oleaut32/oleaut.c, dlls/oleaut32/variant.c:
+       Robert Shearman <rob@codeweavers.com>
+       Document active object and variant functions.
+
+       * dlls/comctl32/tests/dpa.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix DPA tests on Win95.
+
+       * include/winternl.h: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Removed 4 bytes from the SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
+       struct.
+       Changed some dwSpare into liKernelTime and liUserTime.
+
+       * include/textserv.h: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Added missing declaration for ITextServices->OnTxInPlaceDeactivate.
+
+       * dlls/commdlg/cdlg_En.rc: Huw Davies <huw@codeweavers.com>
+       Add English neutral version of IDS_COLOR_GRAY.
+
+       * programs/winefile/Fr.rc: Jonathan Ernst <Jonathan@ErnstFamily.ch>
+       Updated winefile French resources.
+
+       * programs/winecfg/Fr.rc, programs/winecfg/winecfg.rc:
+       Jonathan Ernst <Jonathan@ErnstFamily.ch>
+       - Updated winecfg French resources.
+       - Fixed control size and placement.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Add one more level of indirection to the printer handle array to allow
+       more information than just the name to be stored.
+       Wrap accesses to the printer handle array in a critsec.
+
+       * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add a test case for IsWindowUnicode.
+
+       * dlls/shell32/shell32_Pt.rc: Marcelo Duarte <marcelotduarte@gmail.com>
+       Update shell32 resources for Portuguese.
+
+       * programs/winemine/Pl.rc: Marcelo Duarte <marcelotduarte@gmail.com>
+       Remove double SEPARATOR.
+
+       * dlls/x11drv/opengl.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Make sure that the OpenGL visual created for a window has a stencil
+       buffer.
+
+       * tools/wineinstall: Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Clean wineinstall from config file references.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Return correct attributes in ParseDisplayName.
+
+       * dlls/kernel/version.c: Mike McCormack <mike@codeweavers.com>
+       Fix gcc 4.0 warnings.
+
+       * dlls/comctl32/propsheet.c: Frank Richter <frank.richter@gmail.com>
+       Let property sheets update the cached system colors upon receiving
+       WM_SYSCOLORCHANGE.
+
+       * dlls/uxtheme/system.c: Frank Richter <frank.richter@gmail.com>
+       Write WCHAR strings to registry with correct size.
+
+       * dlls/mscms/profile.c, dlls/mscms/tests/profile.c:
+       Hans Leidekker <hans@it.vu.nl>
+       Fix color directory handling.
+
+       * dlls/uxtheme/draw.c, dlls/uxtheme/uxtheme.spec, include/uxtheme.h:
+       Thomas Weidenmueller <wine-patches@reactsoft.com>
+       IsThemeDialogTextureEnabled should have one parameter to match the
+       prototype in the official headers.
+
+       * dlls/user/sysparams.c: Frank Richter <frank.richter@gmail.com>
+       Add support for SPI_[SG]ETFLATMENU in SystemParametersInfo (although
+       without saving of the setting).
+
+       * dlls/uxtheme/msstyles.c: Frank Richter <frank.richter@gmail.com>
+       Enable/disable "flat menus" based on the setting from the active
+       theme.
+
+2005-07-03  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/urlmon/sec_mgr.c, dlls/urlmon/umon.c, dlls/urlmon/umstream.c,
+         dlls/urlmon/urlmon_main.c, dlls/urlmon/urlmon_main.h:
+       Mike McCormack <mike@codeweavers.com>
+       Fix -Wpointer-sign warnings.
+
+       * dlls/shell32/autocomplete.c, dlls/shell32/classes.c,
+         dlls/shell32/cpanelfolder.c, dlls/shell32/dataobject.c,
+         dlls/shell32/dde.c, dlls/shell32/dragdrophelper.c,
+         dlls/shell32/enumidlist.c, dlls/shell32/folders.c,
+         dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+         dlls/shell32/shell32_main.h, 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/shfldr_unixfs.c, dlls/shell32/shlfsbind.c,
+         dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+         dlls/shell32/shv_item_cmenu.c:
+       Mike McCormack <mike@codeweavers.com>
+       -Wpointer-sign fixes.
+
+       * dlls/comctl32/tests/Makefile.in, dlls/comctl32/tests/dpa.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Rewrote the DPA testsuite.
+
+       * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+       Define more Nt* functions.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/syslevel.c,
+         dlls/kernel/wowthunk.c, tools/winebuild/relay.c:
+       Moved all 16-bit relay code to the text section.
+       Changed a few symbol names for better consistency.
+
+       * libs/wine/ldt.c: Added error message for missing LDT support on i386.
+
+       * dlls/ntdll/signal_i386.c: Some fixes for the Darwin build.
+
+       * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/dsrender.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Change messages about config file to registry.
+
+       * dlls/gdi/tests/generated.c, dlls/kernel/tests/generated.c,
+         dlls/ntdll/tests/generated.c, dlls/rpcrt4/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:
+       Mike McCormack <mike@codeweavers.com>
+       Avoid warnings in generated tests by casting sizeof(x) to an int.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/service.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added stub implementation of IServiceProvider.
+
+       * DEVELOPERS-HINTS: Mike McCormack <mike@codeweavers.com>
+       Fix DEVELOPER_HINTS to reflect make configure doesn't run autoconf.
+
+       * dlls/ddraw/device_opengl.c: Marcus Meissner <meissner@suse.de>
+       Make check fails in dlls/ddraw/tests/d3d, because a heap allocate is
+       fed to wrong size. (sizeof(BOOLEAN) is 1 , but ative_lights is a DWORD
+       array).
+
+       * dlls/x11drv/desktop.c: Lionel Ulmer <lionel.ulmer@free.fr>
+       Add some resolutions to what Desktop mode supports.
+
+       * include/winternl.h: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Add some values to the PROCESS_INFORMATION_CLASS enumeration.
+
+       * dlls/urlmon/umon.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix handling of pmkContext in CreateURLMoniker.
+
+       * programs/winemine/main.c, programs/winemine/main.h:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Make registry compatible with winmine.
+
+       * include/commctrl.h: Frank Richter <frank.richter@gmail.com>
+       Add missing NMBCHOTITEM struct.
+
+       * dlls/msvcrt/wcs.c: Marcus Meissner <meissner@suse.de>
+       char pointer must be 11 byte to fit 10 characters + \0.
+
+       * dlls/advapi32/tests/registry.c, include/winreg.h:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Added unit tests for RegGetValue.
+
+2005-07-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/virtual.c, server/mapping.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Load all dll sections no matter what attributes say.
+
+       * dlls/urlmon/sec_mgr.c, dlls/urlmon/umon.c, dlls/urlmon/urlmon_main.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Better module locking.
+
+       * dlls/avifil32/Makefile.in, dlls/avifil32/api.c:
+       Marcus Meissner <meissner@suse.de>
+       Use CoCreateInstance instead of SHCoCreateInstance, drop shell32 from
+       imports.
+       Call OleInitialize() on AVIFileInit.
+
+       * dlls/mshtml/main.c, include/mshtmhst.idl:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       - Added more definitions.
+       - Fixed RunHTMLApplication declaration.
+
+       * include/msxml.idl: Vijay Kiran Kamuju <infyquest@gmail.com>
+       Add missing declarations for IXMLDocument2 and IXMLElement2.
+
+2005-07-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * server/registry.c: Don't bother loading the config file anymore.
+
+       * tools/winedump/ne.c: Added dumping of NE segments and relocations.
+
+       * tools/winebuild/import.c:
+       Don't use the full 32 bits of %esp when called from 16-bit code.
+
+       * dlls/user/ddeml.spec: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       HCONV and HCONVLIST are 32bit handles.
+
+       * programs/winecfg/De.rc, programs/winefile/De.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       Update German resource files.
+
+       * dlls/d3d9/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Check for a null surface returned from CreateSurface.
+       Relay GetCreationParameters call to wined3d.
+
+       * configure, configure.ac, dlls/ntdll/cdrom.c, include/config.h.in:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Fixed dlls/ntdll/cdrom.c compilation in Darwin by adding HAVE_IOKit
+       detection to configure and defining SENSEBUFLEN as kSenseDefaultSize
+       (which is corresponding IOKit enum value).
+
+       * include/Makefile.in, include/textserv.h:
+       Mike McCormack <mike@codeweavers.com>
+       Added textserv.h.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/thunk.c,
+         dlls/kernel/wowthunk.c, tools/winebuild/relay.c:
+       Moved most of the implementation of CALL32_CBClient(Ex) to the C
+       code.
+
+       * tools/winebuild/import.c, tools/winebuild/main.c,
+         tools/winebuild/winebuild.man.in:
+       Added a --target option to allow cross-compilation.
+
+       * dlls/x11drv/window.c:
+       Set the class resource name to the name of the main binary (suggested
+       by Rasterman).
+
+       * include/.cvsignore, include/Makefile.in, include/xmldso.idl,
+         include/xmldsodid.h:
+       Vijay Kiran Kamuju <infyquest@gmail.com>
+       Added xmldso.idl.
+
+       * dlls/ntdll/relay.c, tools/winebuild/import.c:
+       Improve a bit the assembly generated for import thunks.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - implement encoding/decoding of cert extensions
+       - remove some unnecessary parameters to internal functions
+       - tests for cert extensions
+
+       * dlls/cabinet/cabextract.c, dlls/riched20/caret.c,
+         dlls/uxtheme/draw.c, dlls/uxtheme/uxini.c:
+       Stefan Huehner <stefan@huehner.org>
+       Make some function static.
+
+       * programs/winecfg/drivedetect.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Added binfmt_misc to the filesystem blacklist.
+
+       * dlls/uxtheme/msstyles.c: Frank Richter <frank.richter@gmail.com>
+       Have the theme INI file parsed upon theme activation and not just when
+       the first theme data is requested; that way, the themed system colors
+       are set correctly from the start, and not just after some theme data
+       was requested.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       - add more prototypes
+       - rearrange prototypes according to the DLL they're in, to make
+         comments correct
+
+       * dlls/user/dialog.c, dlls/user/tests/dialog.c:
+       Robert Shearman <rob@codeweavers.com>
+       GetDlgItemText should always try to NULL terminate the string.
+
+2005-06-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/wine/test.h, include/winsock.h:
+       Attempt at a better fix for the winsock.h problems on Darwin.
+
+       * programs/winecfg/Nl.rc: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Update the Dutch translations.
+
+       * dlls/mshtml/protocol.c, dlls/mshtml/rsrc.rc:
+       Use proper symbols instead of magic number 23 for HTML resource type.
+
+       * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h,
+         tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/wrctypes.h:
+       Added support for HTML resource type.
+
+       * dlls/wininet/tests/http.c: Added missing LGPL header.
+
+       * include/.cvsignore, include/Makefile.in, include/msxml.idl,
+         include/msxml2.idl:
+       Vijay Kiran Kamuju <infyquest@gmail.com>
+       Added msxml2.idl.
+
+       * configure, configure.ac: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Fix test for arts.
+
+       * dlls/shell32/Makefile.in, dlls/shell32/dde.c,
+         dlls/shell32/shell32_main.c:
+       Robert Shearman <rob@codeweavers.com>
+       Implement ShellDDEInit.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/custom.c,
+         dlls/msi/helpers.c, dlls/msi/upgrade.c:
+       Aric Stewart <aric@codeweavers.com>
+       Keep track of what sequence we are in and register unique
+       actions. This allows us to make sure actions and custom actions
+       flagged to run only once, actually run only once.
+       Also clean up some of the numeric constants in custom.c using the
+       defined values from msidefs.h.
+
+       * configure, configure.ac, include/config.h.in:
+       Removed some no longer used asm checks.
+
+       * dlls/cabinet/fci.c, dlls/d3d8/directx.c, dlls/rpcrt4/rpcrt4_main.c,
+         dlls/shlwapi/ordinal.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/wined3d_private.h,
+         documentation/PACKAGING, tools/winedump/README,
+         tools/winedump/winedump.h, tools/winedump/winedump.man:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       Revert SPI_SETMOUSEBUTTONSWAP changes.
+
+       * dlls/mshtml/tests/.cvsignore, dlls/mshtml/tests/Makefile.in,
+         dlls/mshtml/tests/protocol.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added res protocol test.
+
+       * dlls/user/dde_misc.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Fix a typo in ReuseDDElParam: GlobalLock supposed to be GlobalUnlock.
+
+       * dlls/comctl32/header.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Send CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
+
+       * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+       Forward StartDocPrinterA to StartDocPrinterW.
+       Improve trace in the unicode version.
+
+       * dlls/mshtml/rsrc.rc: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix blank.htm resources.
+
+       * dlls/riched20/editor.c, dlls/riched20/editstr.h,
+         dlls/riched20/wrap.c:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Implemented EM_GETLINECOUNT RichEdit message.
+
+       * tools/wrc/genres.c, tools/wrc/genres.h, tools/wrc/wrctypes.h,
+         tools/wrc/writeres.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some -Wsign-compare warnings.
+
+       * tools/wrc/parser.l: Jacek Caban <jack@itma.pwr.wroc.pl>
+       '.' is a valid char of tIDENT.
+
+       * programs/winedbg/winedbg.c: Francois Gouget <fgouget@codeweavers.com>
+       Improve the winedbg usage.
+
+       * programs/winecfg/audio.c: Francois Gouget <fgouget@free.fr>
+       Remove unneeded casts.
+
+       * dlls/kernel/tests/directory.c:
+       Francois Gouget <fgouget@codeweavers.com> for Mandriva
+       Test the behavior of CreateDirectory() when it has one or two trailing
+       dots or spaces.
+       Tweak the previous CreateDirectory() tests so we get more information
+       in case of a failure.
+
+       * tools/winapi/win32.api: Francois Gouget <fgouget@free.fr>
+       Update win32.api to match current sources.
+
+       * tools/winebuild/utils.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed winebuild operation in Darwin.
+
+       * dlls/shell32/regsvr.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Register unixfs at desktop level in DllRegisterServer.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Fix two more corner cases in UNIXFS_get_unix_path and UNIXFS_path_to_pidl.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Move to the next mask edit field when the current one becomes full.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add more missing OIDs.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Prepare for adding new tests.
+       - Put OleInitialize and OleUninitialize in the main block.
+       - Move test_BindToObject before test_EnumObjects_and_CompareIDs.
+
+       * dlls/mshtml/protocol.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Implemented res protocol.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Make the tab order in msi dialogs right.
+
+       * dlls/ntdll/cdrom.c: Gerald Pfeifer <gerald@pfeifer.com>
+       Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and
+       CDROM_ScsiPassThrough().
+
+       * programs/winemenubuilder/winemenubuilder.c:
+       Sven Paschukat <Sven.Paschukat@t-online.de>
+       Repaired extraction of icons when config file is missing.
+
+       * dlls/wininet/internet.c: Robert Shearman <rob@codeweavers.com>
+       Add stubs for some InternetSetOption options.
+
+2005-06-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/build.h, tools/winebuild/spec32.c,
+         tools/winebuild/utils.c:
+       Replace configure macros by explicit platform checks (probably not
+       correct on all platforms yet).
+
+       * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec,
+         dlls/oleaut32/regsvr.c:
+       Robert Shearman <rob@codeweavers.com>
+       Rename OLEAUT32_Dll* Functions to Dll*.
+
+       * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/variant.c:
+       Robert Shearman <rob@codeweavers.com> for Mandriva
+       - Conversions between variants types of the same size should ignore
+         overflows.
+       - Tests for this behaviour.
+
+       * dlls/oleaut32/typelib.c:
+       Robert Shearman <rob@codeweavers.com> for Mandriva
+       Add a generic TYPEDESC VT to VARIANT VT mapper so we can use the
+       standard Variant* routines. Use this new function to properly copy &
+       de-reference the return value.
+
+       * dlls/advapi32/tests/security.c, dlls/ntdll/sec.c:
+       James Hawkins <truiken@gmail.com>
+       - Fix calculation of generic pointers.
+       - Minor cleanups.
+
+       * dlls/winmm/winealsa/audio.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Sync comments with configuration location changes.
+
+       * server/clipboard.c, server/user.h, server/winstation.c:
+       Make the clipboard information local to the process window station.
+
+       * server/process.c:
+       Clear the process handle table before releasing it to avoid potential
+       problems with destructors trying to access handles.
+
+       * dlls/x11drv/init.c, dlls/x11drv/opengl.c, dlls/x11drv/x11drv.h,
+         dlls/x11drv/x11drv_main.c:
+       Delay OpenGL and GDI initialization until they are needed.
+
+       * dlls/kernel/oldconfig.c: Get rid of the old config conversion code.
+
+       * dlls/riched20/editor.c: Aric Stewart <aric@codeweavers.com>
+       Implementation for EM_GETTEXTEX.
+
+       * include/Makefile.in, include/msxml2did.h:
+       Vijay Kiran Kamuju <infyquest@gmail.com>
+       Added defines for XMLDOM stuff.
+
+       * dlls/msi/action.h, dlls/msi/files.c, dlls/msi/helpers.c:
+       Aric Stewart <aric@codeweavers.com>
+       Handle installs off multiple volumes and properly pull the prompt
+       string from the error table.
+
+       * dlls/ntdll/cdrom.c: Mike Hearn <mh@codeweavers.com>
+       Fix GCC4 warning.
+
+       * tools/widl/typelib_struct.h, tools/widl/write_msft.c:
+       Huw Davies <huw@codeweavers.com> for Mandriva
+       Update the import table code to eliminate a few magic constants.
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h,
+         dlls/oleaut32/typelib2.c:
+       Huw Davies <huw@codeweavers.com> for Mandriva
+       Cope with the index in a import table entry being a typeinfo index
+       rather than a guid offset.
+
+       * dlls/cabinet/fci.c:
+       Gerold Jens Wucherpfennig <gjwucherpfennig@gmx.net>
+       Support for big-endian systems.
+
+       * programs/regedit/listview.c: Gerald Pfeifer <gerald@pfeifer.com>
+       Avoid compiler warning in AddEntryToList().
+
+       * dlls/shell32/shell32_main.h, dlls/shell32/shfldr_desktop.c,
+         dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       If the unixfs is rooted at the Desktop folder, forward
+       ParseDisplayName calls to it instead of to MyComputer.
+
+       * include/Makefile.in, include/basetyps.h:
+       Steven Edwards <steven_ed4153@yahoo.com>
+       Add basetyps.h based on the public domain mingw header by Anders
+       Norlander.
+
+       * include/wincrypt.h: Paul Vriens <paul.vriens@xs4all.nl>
+       Correct some OIDs.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       ILFree is not available on all versions.
+
+       * dlls/ntdll/cdrom.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       A workaround for missing struct request_sense on FreeBSD.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - fix decoding of long-form data lengths
+       - use exception handling in decoding
+       - tests for these changes
+
+       * programs/winetest/Makefile.in: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added mshtml test.
+
+2005-06-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/Makefile.in: Run make clean in the winapi subdir too.
+
+       * dlls/user/tests/winstation.c, server/hook.c, server/thread.c,
+         server/thread.h, server/window.c, server/winstation.c:
+       Keep track of the windows and hooks used by a thread to properly
+       refuse to change the thread desktop when it's in use.
+
+       * dlls/commdlg/cdlg16.h, dlls/commdlg/colordlg.c,
+         dlls/commdlg/colordlg16.c, dlls/commdlg/filedlg.c,
+         dlls/commdlg/filedlg16.c, dlls/commdlg/filedlg31.c,
+         dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filetitle.c,
+         dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix declarations.
+
+       * documentation/Makefile.in: The samples subdirectory no longer exists.
+
+       * dlls/gdi/freetype.c:
+       Fixed HKLM/HKCU mixup for the external fonts key.
+
+       * dlls/msi/action.c, dlls/msi/helpers.c, dlls/msi/msi.c,
+         dlls/msi/msipriv.h, dlls/msi/package.c:
+       Aric Stewart <aric@codeweavers.com>
+       Relocate the msi file to prevent cd locking, corrected to properly not
+       try to relocated #nnnn handles as files.
+
+       * dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Don't expand MyComputer in the file dialogs without user interaction,
+       if unixfs is rooted at desktop.
+
+       * programs/winecfg/En.rc, programs/winecfg/Makefile.in,
+         programs/winecfg/audio.c, programs/winecfg/resource.h:
+       Robert Reif <reif@earthlink.net>
+       - Add an audio configure button with code to display the selected
+         audio driver's configure dialog.
+       - Add an audio control panel launch button.
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed a comment about EM_STREAMIN.
+
+       * VERSION, configure, ANNOUNCE, ChangeLog: Release 20050628.
+
+----------------------------------------------------------------
+2005-06-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/gdi/printdrv.c:
+       Moved spooler configuration to HKCU\Software\Wine\Printing\Spooler.
+
+       * dlls/oleaut32/typelib.h, tools/widl/typelib_struct.h:
+       Huw Davies <huw@codeweavers.com>
+       Add comments describing the first DWORD in an import table entry.
+
+       * dlls/advapi32/tests/security.c:
+       Mark as todo a couple of tests that currently fail.
+
+       * dlls/riched20/caret.c, dlls/riched20/editor.c,
+         dlls/riched20/editor.h:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Implemented EM_GETTEXTLENGTHEX RichEdit message.
+
+       * dlls/wineps/init.c, dlls/winspool/info.c:
+       Moved ppd file configuration to HKCU\Software\Wine\Printing\PPD Files.
+
+       * dlls/ntdll/sec.c: James Hawkins <truiken@gmail.com>
+       Forward RtlAddAccess* to add_access_ace.
+
+       * tools/winapi/win32.api: James Hawkins <truiken@gmail.com>
+       Add some missing types to win32.api.
+
+       * dlls/oleaut32/variant.c: Michael Stefaniuc <mstefani@redhat.de>
+       - VarCmp: handle comparision of VT_EMPTY with an integer
+       - small comment fix
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/oleobj.c,
+         dlls/mshtml/olewnd.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added stub implementation of IOleInPlaceObjectWindowless.
+
+       * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+       Declare some Nt* functions.
+
+2005-06-27  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/winmm/lolvldrv.c:
+       Get rid of the WaveMapper and MidiMapper options, the defaults should
+       be good enough in all cases.
+
+       * dlls/kernel/tests/comm.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Added test cases. However most added tests need a loopback plug and
+       need to be enabled in the code.
+
+       * dlls/advapi32/tests/security.c: Robert Shearman <rob@codeweavers.com>
+       Test ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
+
+       * dlls/crypt32/encode.c: Juan Lang <juan_lang@yahoo.com>
+       - use exception handling in encoding
+       - consolidate integer encoders
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/blank.htm, dlls/mshtml/rsrc.rc:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added blank.htm.
+
+       * dlls/psapi/tests/.cvsignore, dlls/psapi/tests/Makefile.in,
+         dlls/psapi/tests/module.c, dlls/psapi/tests/psapi_main.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Rewrote the psapi test suite.
+
+       * tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/relay.c, tools/winebuild/spec32.c,
+         tools/winebuild/utils.c:
+       Replaced all uses of the __ASM_NAME macro by the asm_name function to
+       allow run-time determination of the correct format.
+
+       * dlls/wineps/type1afm.c:
+       Moved AFM dirs configuration to a single AFMPath key under
+       HKCU\Software\Wine\Fonts.
+
+       * dlls/winedos/ppdev.c:
+       Moved port configuration to HKCU\Software\Wine\VDM\ppdev.
+
+       * dlls/winedos/ioports.c:
+       Moved I/O port configuration to HKCU\Software\Wine\VDM\Ports.
+
+       * dlls/shell32/brsfolder.c: Aric Stewart <aric@codeweavers.com>
+       Fix the BrowseForFolder dialog so that when it does the callbacks it
+       uses the correct message instead of always sending BEFM_INITIALIZED.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Precisely compute the necessary pidl length in UNIXFS_path_to_pidl.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Repaint the area behind the "transparent" text control when it
+       changes.
+
+       * configure, configure.ac, dlls/ntdll/cdrom.c, include/config.h.in:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add a check for sg_io_hdr_t and (not tested) check for scsireq_t
+       presence.
+
+       * dlls/itss/itss.spec: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Export DllMain as native does.
+
+       * dlls/kernel/thread.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Implemented OpenThread on top of NtOpenThread.
+
+       * tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/main.c, tools/winebuild/parser.c,
+         tools/winebuild/relay.c, tools/winebuild/spec32.c,
+         tools/winebuild/utils.c:
+       Beginnings of an infrastructure to allow specifying the target CPU and
+       platform at run-time.
+
+       * configure, configure.ac, dlls/mshtml/Makefile.in,
+         dlls/mshtml/tests/.cvsignore, dlls/mshtml/tests/Makefile.in,
+         dlls/mshtml/tests/htmldoc.c:
+       Jacek Caban <cjacek@gmail.com>
+       Added tests.
+
+       * dlls/kernel/process.c, dlls/ntdll/ntdll.spec, dlls/ntdll/process.c,
+         include/winternl.h:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Implemented OpenProcess on top of NtOpenProcess.
+
+       * dlls/mlang/mlang.c, dlls/mlang/mlang.spec, include/mlang.idl:
+       Vitaly Lipatov <lav@etersoft.ru>
+       Changes stub to FIXME for GetGlobalFontLinkObject.
+
+       * dlls/gdi/tests/bitmap.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Report a todo and skip DIB tests when they fail at a non-truecolor
+       screen depth.
+
+       * include/winnt.h: Mike McCormack <mike@codeweavers.com>
+       Add pointer types for token structures.
+
+       * dlls/msvcrt/tests/time.c, dlls/ntdll/tests/path.c,
+         dlls/ntdll/tests/string.c, dlls/oleaut32/tests/olepicture.c,
+         dlls/shlwapi/tests/string.c, dlls/urlmon/tests/url.c,
+         dlls/user/tests/menu.c, programs/start/start.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some -Wstrict-prototypes warnings.
+
+       * dlls/kernel/console.c, dlls/kernel/tests/process.c,
+         dlls/msvcrt/console.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       - OpenConsole: try to open the Unix console if we fail with wineserver
+       - kernel32: simplifying code for opening a console handle
+       - msvcrt: now correctly initializing the handles to the Windows
+         console
+
+       * dlls/d3d9/device.c, dlls/dbghelp/dwarf.c,
+         dlls/dmstyle/commandtrack.c, dlls/iphlpapi/iphlpapi_main.c,
+         dlls/ole32/stg_prop.c, dlls/user/win.c, dlls/winsock/socket.c,
+         dlls/x11drv/dib.c, libs/unicode/cptable.c, tools/wrc/parser.y:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Const correctness fixes.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/main.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/protocol.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added stub implementation of about and res protocols.
+
+       * include/basetsd.h: Mike McCormack <mike@codeweavers.com>
+       Define KAFFINITY.
+
+       * dlls/rasapi32/rasapi.c, include/ras.h:
+       Mike McCormack <mike@codeweavers.com>
+       Declare and fix function prototypes.
+
+       * dlls/kernel/tests/file.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Fix test on NT 4.
+
+       * programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
+       Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       Constify wcmd.
+
+       * programs/winecfg/appdefaults.c, programs/winecfg/audio.c,
+         programs/winecfg/drivedetect.c, programs/winecfg/properties.c,
+         programs/winecfg/properties.h:
+       Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       Constify all needlessly non-const winecfg structs.
+
+       * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+         dlls/opengl32/opengl_norm.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Now generating argument-less functions as (void) instead of ().
+
+       * dlls/winmm/mciavi/wnd.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Fixed window size computation for non child windows.
+
+       * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+       Declare some Nt* functions.
+
+       * include/winbase.h, include/winnt.h:
+       Mike McCormack <mike@codeweavers.com>
+       DUPLICATE_* flags should be defined in winnt.h.
+
+       * dlls/shdocvw/shdocvw_main.c: cjacek <cjacek@gmail.com>
+       Fix typo in comment about Wine registry key.
+
+       * programs/winemine/main.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added winemine debug channel.
+
+       * dlls/user/edit.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Better notify macro
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - implement encode and decode of BasicConstraints2, sequence of any
+       - fix encoding of integer value 0
+       - more tests
+
+       * dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Additional test cases for IShellFolder_BindToObject.
+
+2005-06-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/winsock/async.c, dlls/winsock/protocol.c, dlls/winsock/socket.c,
+         include/ws2spi.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Fix some -Wmissing-declarations warnings.
+       "errno" is not a good choice for a parameter name.
+
+       * dlls/kernel/kernel16_private.h, tools/winebuild/spec16.c:
+       Remove some i386 ifdefs for 16-bit entry points since they are no
+       longer used by default on other platforms anyway.
+
+       * dlls/user/ddeml.spec: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       Fix some 16-bit return values.
+
+       * dlls/shell32/shlfolder.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Fix a lurking infinite loop in SHGetPathFromIDList.
+
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       Michael Kaufmann <hallo@michael-kaufmann.ch>
+       - Remove the old margins from the format rectangle before adding the
+         new margins.
+       - Adjust the format rectangle and repaint the control after the
+         margins have been set.
+       - New tests.
+
+       * dlls/ntdll/critsection.c: Mike McCormack <mike@codeweavers.com>
+       - use STATUS_TIMEOUT instead of WAIT_TIMEOUT
+       - add RTL_ to one more CRITICAL_SECTION_DEBUG
+
+       * dlls/ntdll/rtl.c: Mike McCormack <mike@codeweavers.com>
+       - NtWaitForSingleObject doesn't return WAIT_FAILED.
+       - Use STATUS_WAIT_0 not WAIT_OBJECT_0.
+
+       * dlls/ntdll/exception.c: Mike McCormack <mike@codeweavers.com>
+       Use NT status codes for exceptions.
+
+       * dlls/mshtml/main.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Changed message about Mozilla ActiveX Control.
+
+       * dlls/ntdll/cdrom.c, dlls/ntdll/directory.c, dlls/ntdll/exception.c,
+         dlls/ntdll/heap.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+         dlls/ntdll/rtl.c, dlls/ntdll/time.c, dlls/ntdll/virtual.c:
+       Mike McCormack <mike@codeweavers.com>
+       Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
+
+       * tools/wine.inf: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added mshtml.dll registration to wine.inf.
+       Removed keys that are registered by mshtml.dll.
+
+       * dlls/mshtml/.cvsignore, dlls/mshtml/Makefile.in, dlls/mshtml/main.c,
+         dlls/mshtml/mshtml.inf, dlls/mshtml/mshtml.spec, dlls/mshtml/rsrc.rc:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Implemented Dll[Un]RegisterServer.
+
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       Paul Rupe <prupe@myrealbox.com>
+       Make ungetc(EOF) a no-op.
+
+       * include/wine/server.h: Mike McCormack <mike@codeweavers.com>
+       Don't include winreg.h.
+
+       * dlls/psapi/psapi_main.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Don't dump content of output buffers.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add more missing definitions.
+
+       * dlls/shell32/regsvr.c, dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use the CallForAttributes registry value, instead of promoting the
+       root folder's SFGAO_FILESYSTEM flag to the registry.
+
+       * dlls/shell32/classes.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Support for shellfolder's CallForAttributes registry value.
+
+       * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+       - Document how the native lays out the internal components of
+         buttons.
+       - Fix control to follow these rules.
+       - Don't redraw disabled buttons.
+       - Padding is never less that GetSystemMetrics(SM_{CX,CY}EDGE).
+       - Change default iListGap value to 4 to match native.
+
+       * dlls/comctl32/pager.c: Robert Shearman <rob@codeweavers.com>
+       Fix a regression in IE where the Favourites menu didn't appear
+       correctly because the height and width were swapped in the pager
+       control.
+
+2005-06-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/sec.c: James Hawkins <truiken@gmail.com>
+       Implement RtlAddAuditAccessAce.
+
+       * dlls/cabinet/cabinet.h, dlls/cabinet/fci.c:
+       Gerold Jens Wucherpfennig <gjwucherpfennig@gmx.net>
+       Some FCI work.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Perform ExecuteAction at UILevel 2.
+
+       * dlls/msi/files.c: Aric Stewart <aric@codeweavers.com>
+       Redo how we extract files from a cabinet in order to dramatically
+       improve performance, especially if picking and choosing files out of
+       the cabinet.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework CreateShortcuts to use MSI_IterateRecords.
+
+       * dlls/ntdll/path.c, dlls/ntdll/tests/path.c:
+       RtlGetFullPathName_U should remove the trailing dot on directory
+       names.
+
+       * dlls/advapi32/security.c, include/winioctl.h:
+       James Hawkins <truiken@gmail.com>
+       - Define FSCTL_PIPE_IMPERSONATE.
+       - Implement ImpersonateNamedPipeClient.
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/resource.c,
+         dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_gl.h, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Add support for samplers.
+       Switch from using d3d9 constants to wined3d constants so that there's
+       no recursive dependencies.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Properly handle -1 as a registry key root.
+
+       * dlls/ntdll/ntdll.spec: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Correct the entries for [Nt|Zw]OpenSymbolicLinkObject.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Implement transparency in the text control.
+
+       * dlls/ntdll/reg.c, include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Add prototype and fix RtlpNtCreateKey.
+
+       * tools/make_ctests.c: Pierre d'Herbemont <stegefin@free.fr>
+       Change headers to <windows.h> in order to prevent a compilation
+       failure with generated files on Darwin.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Added tests for ShellFolder's CallForAttributes value.
+
+       * dlls/user/edit.c: Michael Kaufmann <hallo@michael-kaufmann.ch>
+       Paint the background with the correct color if WS_BORDER.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework SelfRegModules to use MSI_IterateRecords.
+
+2005-06-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/parser.c:
+       Allocate ordinals in the order of the declarations in the spec file.
+
+       * dlls/commdlg/printdlg.c: Vitaly Lipatov <lav@etersoft.ru>
+       - Add some descriptions for PageSetupDlg functions.
+       - Implement user paint hook support and PSD_ENABLEPAGEPAINTHOOK
+         checking.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h, dlls/mshtml/view.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added stub implementation of IViewObject[2] interface.
+
+       * dlls/itss/itss.c, dlls/itss/itss.idl:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Use GUIDs from itss.idl.
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/texture.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Make all newly created surfces dirty, so that they are loaded properly
+       the first time around.
+       Replace some calls to cubetexture in basetexture to calls to
+       basetexture.
+       Check that the level isn't out of bounds in calls to texture.
+
+       * dlls/msi/Makefile.in, dlls/msi/dialog.c, dlls/msi/msipriv.h,
+         dlls/msi/record.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make the MSI icon control work.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework component, feature and file loading to use MSI_IterateRecords.
+
+       * include/msidefs.h: Mike McCormack <mike@codeweavers.com>
+       Define the msidbControlAttributes enumeration.
+
+       * programs/winecfg/appdefaults.c, programs/winecfg/audio.c,
+         programs/winecfg/driveui.c, programs/winecfg/libraries.c,
+         programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+         programs/winecfg/x11drvdlg.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Made the registry cache more general.
+
+       * dlls/psapi/psapi_main.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       - Replaced server requests by native APIs in EnumProcessModules,
+         GetModuleBaseNameW, GetModuleFileNameExW and GetModuleInformation.
+       - Make EnumProcessModules return modules in load order
+       - Set ERROR_INSUFFICIENT_BUFFER in GetModuleInformation when failing
+         due to (cb < sizeof(MODULEINFO)).
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+       James Hawkins <truiken@gmail.com>
+       Add stub implementations for BuildSecurityDescriptorA/W.
+
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/directx.c,
+         dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+         dlls/d3d9/swapchain.c, dlls/wined3d/Makefile.in,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Implement swapchains.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework RegisterFonts to use MSI_IterateRecords.
+
+       * dlls/advapi32/security.c: James Hawkins <truiken@gmail.com>
+       Forward AddAuditAccessAce to its Rtl counterpart.
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c, include/winternl.h:
+       James Hawkins <truiken@gmail.com>
+       Add stub implementation of RtlAddAuditAccessAce.
+
+       * dlls/d3dim/d3dim.spec, dlls/dbghelp/dbghelp.spec,
+         dlls/icmp/icmp.spec, dlls/imagehlp/imagehlp.spec,
+         dlls/kernel/kernel32.spec, dlls/mpr/mpr.spec,
+         dlls/msacm/msacm32.spec, dlls/netapi32/netapi32.spec,
+         dlls/rpcrt4/rpcrt4.spec, dlls/shdocvw/shdocvw.spec,
+         dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec,
+         dlls/user/user32.spec:
+       Sort entry points in the same order as Windows.
+
+       * tools/winedump/emf.c, tools/winedump/lnk.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix declarations.
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/varformat.c:
+       Michael Stefaniuc <mstefani@redhat.de>
+       - more VarFormat fixes for number formats (exponent, mixed '#' and '0'
+         in formats, rounding, etc). Simplify the code.
+       - previous VarFormat todo_wine tests pass now + add more tests
+
+       * dlls/ntdll/tests/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       NT4 doesn't support ProcessIoCounters.
+
+       * programs/regedit/regedit.c: Steven Edwards <steven_ed4153@yahoo.com>
+       Remove an outdated comment in the command line options.
+
+       * dlls/ntdll/om.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Return STATUS_OBJECT_NAME_NOT_FOUND in NtOpenSymbolicLinkObject (until
+       implemented).
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework WriteIniValues to use MSI_IterateRecords.
+
+2005-06-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework PublishProduct to use MSI_IterateRecords.
+
+       * dlls/advapi32/advapi32.spec, dlls/cards/cards.spec,
+         dlls/crypt32/crypt32.spec, dlls/d3dim/d3dim.spec,
+         dlls/d3dx8/d3dx8.spec, dlls/ddraw/ddraw.spec,
+         dlls/dinput/dinput.spec, dlls/glu32/glu32.spec,
+         dlls/glut32/glut32.spec, dlls/imm32/imm32.spec,
+         dlls/msvcrtd/msvcrtd.spec, dlls/ntdll/ntdll.spec,
+         dlls/ole32/ole32.spec, dlls/opengl32/opengl32.spec,
+         dlls/setupapi/setupapi.spec, dlls/tapi32/tapi32.spec,
+         dlls/wininet/wininet.spec, dlls/winmm/winealsa/winealsa.drv.spec,
+         dlls/winmm/winearts/winearts.drv.spec,
+         dlls/winmm/winejack/winejack.drv.spec, dlls/winmm/winmm.spec,
+         dlls/winspool/winspool.drv.spec, dlls/wintrust/wintrust.spec:
+       Sort entry points alphabetically.
+
+       * dlls/wined3d/directx.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Correct GetDeviceCaps so that it uses wined3dcaps as required by the
+       earlier device caps patch.
+
+       * include/msxml.idl: Vijay Kiran Kamuju <infyquest@gmail.com>
+       Add definition for IXMLAttribute.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework RegisterTypeLibraries to use MSI_IterateRecords.
+
+       * dlls/msvcrtd/msvcrtd.spec, dlls/msvcrt/locale.c,
+         dlls/msvcrt/msvcrt.spec:
+       Fix duplication of _Getnames and _Gettnames, only the latter actually
+       exists.
+
+       * dlls/user/clipboard.c, dlls/user/listbox.c, dlls/user/msgbox.c,
+         dlls/user/sysparams.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix declarations, remove unused code.
+
+       * include/msxml.idl: Vijay Kiran Kamuju <infyquest@gmail.com>
+       Add missing guids and declarations.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       - Move test init code back to START_TEST(shlfolder).
+       - Move creation and cleanup of a test-folders nearer to
+         test_EnumObjects.
+
+       * dlls/gdi/tests/metafile.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       - Use smaller numbers as coordinates for mapping tests to avoid
+         rounding-errors.
+       - Simplify calculation of mapped coordinates for MM_TEXT.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework LaunchConditions to use MSI_IterateRecords.
+
+       * dlls/x11drv/xfont.c:
+       Moved font settings to HKCU\Software\Wine\X11 Driver\Fonts.
+
+       * dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+         dlls/dmband/dmband_private.h, dlls/dmband/dmutils.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix up declarations.
+
+       * dlls/ntdll/rtlstr.c, include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Declare RtlGUIDFromString and RtlStringFromGUID.
+
+       * programs/regedit/regproc.c, programs/regedit/regproc.h:
+       Stefan Huehner <stefan@huehner.org>
+       Remove some more -Wstrict-prototypes warnings.
+
+       * dlls/atl/atlbase.h: Mike McCormack <mike@codeweavers.com>
+       Add some missing declarations.
+
+       * dlls/advapi32/tests/security.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Skip ACL tests on Win9x.
+
+       * dlls/winmm/lolvldrv.c: Mike McCormack <mike@codeweavers.com>
+       Make a function static.
+
+       * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+       Declare ProcessIdToSessionId.
+
+       * tools/wrc/translation.c, tools/wrc/wrc.c, tools/wrc/wrc.h:
+       Mike McCormack <mike@codeweavers.com>
+       Move function prototypes to header.
+
+2005-06-21  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/heap.c:
+       Don't require execute permission on the process heap.
+
+       * dlls/comctl32/tests/subclass.c, dlls/dinput/tests/dinput_test.h,
+         dlls/dinput/tests/mouse.c, dlls/dsound/tests/capture.c,
+         dlls/gdi/tests/metafile.c, dlls/msacm/tests/msacm.c,
+         dlls/mscms/mscms_main.c, dlls/msvcrt/tests/time.c,
+         dlls/ole32/oleobj.c, dlls/ole32/tests/moniker.c,
+         dlls/oleaut32/typelib.c, dlls/riched20/editor.c,
+         dlls/riched20/editor.h, dlls/shlwapi/path.c,
+         dlls/shlwapi/tests/ordinal.c, dlls/urlmon/urlmon_main.h,
+         dlls/user/static.c, dlls/user/tests/msg.c, dlls/uxtheme/system.c,
+         dlls/winedos/devices.c, dlls/winmm/tests/capture.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some more -Wstrict-prototypes warnings.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework CostFinalize to use MSI_IterateRecords.
+
+       * dlls/advapi32/security.c: James Hawkins <truiken@gmail.com>
+       Implement IsTokenRestricted.
+
+       * dlls/ntdll/virtual.c:
+       Add PAGE_GUARD flag to the returned protection of guard pages.
+
+       * dlls/ntdll/process.c, dlls/ntdll/tests/info.c:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Change ProcessBasicInformation to the same behavior as the rest.
+       Use KERNEL_USER_TIMES for ProcessTimes.
+       Add tests for vm, io, times and handlecount info classes.
+       Fixes for -Wstrict-prototypes warnings.
+
+       * dlls/dsound/tests/capture.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Accept DSERR_NODRIVER from IDirectSoundCapture_CreateCaptureBuffer.
+
+       * dlls/msi/helpers.c: Aric Stewart <aric@codeweavers.com>
+       Fix situations where TARGETDIR is set to a non \ terminated
+       path. Fixes a few installers.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework WriteRegistryValues to use MSI_IterateRecords.
+
+       * include/amstream.idl: Vijay Kiran Kamuju <infyquest@gmail.com>
+       Add definitions for AMMSF_STOPIFNOSAMPLES and AMMSF_NOSTALL.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+       James Hawkins <truiken@gmail.com>
+       Implement GetTrustee* functions.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Cleanup the shlfolder test a bit more.
+
+       * dlls/d3d9/device.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Call wined3d for GetDirect3D instead of using the ->direct3D instance,
+       which is no longer valid.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Rework CreateFolders to use MSI_IterateRecords.
+
+       * dlls/msi/files.c: Aric Stewart <aric@codeweavers.com>
+       Duplicate files should not fail if unable to get Destination
+       Directory.
+
+       * dlls/opengl32/wgl.c: Vitaly Lipatov <lav@etersoft.ru>
+       Initialize extensions after correct context is created.
+
+       * dlls/user/sysparams.c: Rein Klazes <wijn@wanadoo.nl>
+       In reg_get_logfont:
+       - handle the case that the registry value is a LOGFONT16;
+       - if the lfHeight field is positive, it represents the font's point
+         size and must be converted to logical units.
+
+       * dlls/wininet/http.c: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Changed setting default port number from HTTP_Connect to
+       HttpOpenRequestW.
+
+       * dlls/wininet/internet.c, include/wininet.h:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       - Added new INTERNET_OPTION* defines.
+       - Fixed InternetSetOptionW unknown option handling, and added
+         INTERNET_OPTION_DISABLE_PASSPORT_AUTH.
+
+       * dlls/kernel/fiber.c, dlls/kernel/thread.c, dlls/ntdll/thread.c:
+       Don't require execute permission for thread stacks.
+
+       * dlls/ntdll/atom.c, dlls/ntdll/cdrom.c, dlls/ntdll/critsection.c,
+         dlls/ntdll/debugbuffer.c, dlls/ntdll/debugtools.c,
+         dlls/ntdll/directory.c, dlls/ntdll/env.c, dlls/ntdll/error.c,
+         dlls/ntdll/exception.c, dlls/ntdll/handletable.c, dlls/ntdll/heap.c,
+         dlls/ntdll/large_int.c, dlls/ntdll/loader.c, dlls/ntdll/loadorder.c,
+         dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/path.c,
+         dlls/ntdll/process.c, dlls/ntdll/reg.c, dlls/ntdll/relay.c,
+         dlls/ntdll/resource.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c,
+         dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/server.c,
+         dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+         dlls/ntdll/signal_sparc.c, dlls/ntdll/string.c, dlls/ntdll/sync.c,
+         dlls/ntdll/version.c, dlls/ntdll/virtual.c, dlls/ntdll/wcstring.c:
+       Mike McCormack <mike@codeweavers.com>
+       Don't include winbase.h or winerror.h when not necessary.
+
+       * server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/debugger.c, server/fd.c,
+         server/file.c, server/handle.c, server/mailslot.c, server/mapping.c,
+         server/named_pipe.c, server/process.c, server/registry.c,
+         server/serial.c, server/sock.c, server/thread.c:
+       Mike McCormack <mike@codeweavers.com>
+       Don't include winbase.h when it's not necessary.
+
+       * dlls/urlmon/urlmon_main.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Improved ObtainUserAgentString stub.
+
+       * dlls/dmime/audiopath.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:
+       Mike McCormack <mike@codeweavers.com>
+       - use interfaces rather than internal functions
+       - remove declaration of AddRef and QueryInterface functions from
+         headers
+
+       * include/wine/test.h: Pierre d'Herbemont <stegefin@free.fr>
+       Fix winsock.h and stdlib.h collision by including windows.h instead
+       of the previous headers.
+
+       * dlls/dsound/mixer.c: Robert Reif <reif@earthlink.net>
+       Fix a typo.
+
+       * include/winternl.h: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Added KERNEL_USER_TIMES struct.
+
+       * programs/winecfg/Nl.rc, programs/winecfg/winecfg.rc:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Update Dutch resource file.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Propagate the root folder's attributes to the registry.
+
+2005-06-20  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/winefile/license.c, programs/winefile/splitpath.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Remove superfluous include statements.
+
+       * dlls/quartz/control.c, dlls/quartz/enummedia.c,
+         dlls/quartz/enummoniker.c, dlls/quartz/filesource.c,
+         dlls/quartz/transform.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make functions static, fix declarations.
+
+       * dlls/kernel/time.c, dlls/ntdll/time.c, include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       - avoid winternl.h depending on winbase.h
+       - define RTL versions of TIME_ZONE_INFORMATION and SYSTEMTIME
+
+       * dlls/winmm/lolvldrv.c, dlls/winmm/winemm.h, programs/winecfg/audio.c,
+         programs/winecfg/properties.c:
+       Moved the audio driver configuration to HKCU\Software\Wine\Drivers and
+       changed it a bit to follow the model of the graphics driver.
+
+       * dlls/d3d8/d3d8_main.c, dlls/gdi/driver.c,
+         dlls/shdocvw/shdocvw_main.c, dlls/user/user_main.c,
+         dlls/wined3d/wined3d_main.c:
+       Moved a few registry keys from HKLM\Software\Wine to
+       HKCU\Software\Wine for consistency.
+
+       * dlls/winmm/winealsa/audio.c:
+       Moved configuration data to HKCU\Software\Wine\Alsa Driver.
+
+       * dlls/dmime/audiopath.c, dlls/dmime/dmutils.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:
+       Mike McCormack <mike@codeweavers.com>
+       Make functions static.
+
+       * configure, configure.ac: Pierre d'Herbemont <stegefin@free.fr>
+       Also check for /usr/X11R6/lib/libGL.dylib.
+
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       Vitaly Lipatov <lav@etersoft.ru>
+       Fix returned value for SPI_SETMOUSEBUTTONSWAP.
+
+       * dlls/ddraw/tests/ddrawmodes.c, dlls/iphlpapi/tests/iphlpapi.c,
+         dlls/kernel/tests/pipe.c, dlls/msvcrt/tests/headers.c,
+         dlls/msvcrtd/tests/debug.c, dlls/netapi32/tests/access.c,
+         dlls/netapi32/tests/apibuf.c, dlls/rpcrt4/tests/rpc.c:
+       Stefan Huehner <stefan@huehner.org>
+       Make some function static.
+
+       * dlls/winmm/winealsa/audio.c, include/mmsystem.h:
+       Jeremy White <jwhite@codeweavers.com>
+       Revamp the initialization for Alsa.
+
+       * dlls/shell32/shellord.c, include/shellapi.h:
+       Vitaly Lipatov <lav@etersoft.ru>
+       - Realize DoEnvironmentSubstA via ExpandEnvironmentStringsA.
+       - Fix types and return values.
+       - Add prototype into shellapi.h.
+
+       * dlls/msi/files.c: Aric Stewart <aric@codeweavers.com>
+       Use MSI_IterateRecords for DuplicateFiles.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Use MSI_IterateRecords for processing actions.
+       Some whitespace cleanup and replace a comment block I did not want to
+       remove.
+
+       * dlls/advapi32/tests/crypt.c, dlls/advapi32/tests/crypt_lmhash.c,
+         dlls/advapi32/tests/registry.c, dlls/advpack/tests/advpack.c,
+         dlls/comctl32/listview.c, dlls/comctl32/tests/imagelist.c,
+         dlls/ddraw/tests/d3d.c, dlls/ddraw/tests/ddrawmodes.c,
+         dlls/ddraw/tests/dsurface.c, dlls/dinput/tests/joystick.c,
+         dlls/dinput/tests/keyboard.c, dlls/dmband/dmband_private.h,
+         dlls/dmcompos/dmcompos_private.h, dlls/dmime/dmime_private.h,
+         dlls/dmscript/dmscript_private.h, dlls/dmstyle/dmstyle_private.h,
+         dlls/dmsynth/dmsynth_private.h, dlls/dmusic/dmusic_private.h,
+         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, dlls/dswave/dswave_private.h,
+         dlls/dxdiagn/dxdiag_private.h, dlls/gdi/tests/brush.c,
+         dlls/kernel/tests/environ.c, dlls/kernel/tests/file.c,
+         dlls/kernel/tests/locale.c, dlls/kernel/tests/mailslot.c,
+         dlls/mscms/tests/profile.c, dlls/msi/action.c, dlls/msi/tests/db.c,
+         dlls/msvcrt/tests/headers.c, dlls/ntdll/tests/large_int.c,
+         dlls/ntdll/tests/reg.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c,
+         dlls/ole32/tests/marshal.c, dlls/ole32/tests/propvariant.c,
+         dlls/oleaut32/tests/safearray.c, dlls/qcap/qcap_main.c,
+         dlls/quartz/tests/filtergraph.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c, dlls/shell32/tests/shelllink.c,
+         dlls/shlwapi/tests/clist.c, dlls/shlwapi/tests/shreg.c,
+         dlls/user/combo.c, dlls/user/tests/edit.c, dlls/wineps/afm.c,
+         dlls/winsock/tests/protocol.c, dlls/winspool/info.c,
+         dlls/wintab32/context.c, programs/notepad/dialog.h,
+         programs/progman/grpfile.c, tools/winegcc/winegcc.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix more -Wstrict-prototypes warnings.
+
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       Rein Klazes <wijn@wanadoo.nl>
+       Owner drawn menu item size calculation fixes:
+       - Correct width calculation of owner drawn menu items;
+       - Set the height value in the MEASUREITEM struct to the same value as
+         Windows (NT/2k/XP) does (problem debugged by Felix Nawothnig);
+       - Add tests for the fixes above;
+       - Also add tests for menu bars with owner drawn items.
+
+       * dlls/dsound/mixer.c: Robert Reif <reif@earthlink.net>
+       Fix roundoff error to prevent negative length.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Make tabs work in msi dialogs.
+
+       * tools/winebuild/import.c, tools/winebuild/relay.c:
+       Wolfgang Thaller <wolfgang.thaller@gmx.net>
+       Use __ASM_NAME and HAVE_ASM_DOT_SIZE in a few places in winebuild
+       where they have been missing (needed for Darwin/x86).
+
+       * dlls/ntdll/thread.c, include/wine/server_protocol.h,
+         server/protocol.def, server/security.h, server/thread.c,
+         server/token.c, server/trace.c:
+       Robert Shearman <rob@codeweavers.com>
+       Add support for impersonating a token.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole16.c, dlls/ole32/ole2.c:
+       Robert Shearman <rob@codeweavers.com>
+       Convert some registry helper functions to use unicode versions of
+       CLSID & registry functions (untested).
+
+       * dlls/gdi/tests/bitmap.c: Lauri Tulmin <tulmin@gmail.com>
+       - add some tests for {Get|Set}Pixel
+       - skip tests that fail in win9x
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Nl.rc,
+         programs/winefile/Pl.rc, programs/winefile/Pt.rc,
+         programs/winefile/Ru.rc, programs/winefile/Si.rc,
+         programs/winefile/Sv.rc, programs/winefile/Zh.rc,
+         programs/winefile/resource.h, programs/winefile/winefile.h:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       - Sync with ReactOS repository, re-indent and remove tabs in resource
+         scripts and header files.
+       - Add #ifdef __WINE__ for the Wine About dialog.
+
+       * dlls/user/menu.c, dlls/user/user32.spec, include/winuser.h:
+       Hans Leidekker <hans@it.vu.nl>
+       Stub implementation for GetMenuBarInfo.
+
+       * dlls/advapi32/security.c, dlls/ntdll/sec.c, include/winternl.h:
+       Robert Shearman <rob@codeweavers.com>
+       Implement RtlImpersonateSelf, RevertToSelf and MapGenericMask.
+
+       * dlls/winmm/mci.c, dlls/winmm/message16.c, dlls/winmm/winemm.h:
+       Rein Klazes <wijn@wanadoo.nl>
+       In MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER) only do
+       strdupAtoW on those parameters that are flagged to be a string.
+
+       * libs/wine/mmap.c: Wolfgang Thaller <wolfgang.thaller@gmx.net>
+       Implement try_mmap_fixed for Darwin.
+
+       * tools/winebuild/spec32.c, tools/winebuild/utils.c:
+       Wolfgang Thaller <wolfgang.thaller@gmx.net>
+       Winebuild darwin/x86-specific fixes:
+       - Assembler interprets .align as power-of-two
+       - Add .weak_reference to output where gcc 3.3 swallows it
+
+       * dlls/riched20/editor.c: Vitaly Lipatov <lav@etersoft.ru>
+       Allow null pointers for EM_GETSEL message (as MSDN says).
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use stat's dev/inode to compare paths instead of comparing the
+       strings. Defer building a folder's children SHITEMIDS until explicitly
+       asked for.
+
+       * dlls/ntdll/process.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Stub implementations for ProcessVmCounters, ProcessTimes and
+       ProcessHandleCount.
+       Changed ProcessIoCounters to match windows behavior.
+
+       * dlls/kernel/change.c, dlls/kernel/computername.c, dlls/kernel/cpu.c,
+         dlls/kernel/dosmem.c, dlls/kernel/except.c, dlls/kernel/fiber.c,
+         dlls/kernel/file.c, dlls/kernel/file16.c, dlls/kernel/format_msg.c,
+         dlls/kernel/global16.c, dlls/kernel/heap.c,
+         dlls/kernel/kernel_main.c, dlls/kernel/lcformat.c,
+         dlls/kernel/local16.c, dlls/kernel/locale.c, dlls/kernel/module.c,
+         dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+         dlls/kernel/oldconfig.c, dlls/kernel/path.c, dlls/kernel/process.c,
+         dlls/kernel/profile.c, dlls/kernel/pthread.c, dlls/kernel/relay16.c,
+         dlls/kernel/resource.c, dlls/kernel/snoop16.c, dlls/kernel/sync.c,
+         dlls/kernel/syslevel.c, dlls/kernel/system.c, dlls/kernel/thunk.c,
+         dlls/kernel/time.c, dlls/kernel/utthunk.c, dlls/kernel/virtual.c,
+         dlls/kernel/volume.c, dlls/kernel/vxd.c, dlls/kernel/wowthunk.c:
+       Mike McCormack <mike@codeweavers.com>
+       - don't include winreg.h
+       - include kernel_private.h to get declaration for convert_old_config()
+
+       * server/fd.c, server/file.c, server/named_pipe.c, server/registry.c,
+         server/serial.c, server/trace.c:
+       Mike McCormack <mike@codeweavers.com>
+       Remove unnecessary includes.
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c, include/winternl.h:
+       James Hawkins <truiken@gmail.com>
+       Implement RtlCopySecurityDescriptor.
+
+       * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+       Change the RPC code to use the unicode versions of the CLSID &
+       registry functions.
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+         dlls/ole32/tests/.cvsignore, dlls/ole32/tests/Makefile.in,
+         dlls/ole32/tests/compobj.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Change some of the registry helper functions to use the unicode
+         versions of the CLSID & registry functions.
+       - Reindent CoGetClassObject and output an error message if the class
+         isn't registered.
+       - Add tests for the touched functions.
+
+       * dlls/user/scroll.c: Rein Klazes <wijn@wanadoo.nl>
+       In SCROLL_DrawScrollbar allocate the internal info if needed.
+
+       * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
+       Added PF_NX_ENABLED definition.
+
+       * include/wingdi.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Enable MAKEPOINTS usage in Wine.
+
+       * dlls/riched20/writer.c: Krzysztof Foltman <wdev@foltman.com>
+       - Fix a warning caused by the TAB patch.
+       - Initialize *pcb to a large value before calling the stream-out
+         callback (to make applications that don't set *pcb at all happy).
+       - Don't flush the output stream when error condition is set.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Make shell32 tests loadable on NT4.
+
+       * dlls/ntdll/file.c: Pierre d'Herbemont <stegefin@free.fr>
+       Move the (Mac OS X) IOKit headers to the top of the file to prevent a
+       compilation failure.
+
+       * dlls/winsock/socket.c: Troy Rollo <wine@troy.rollo.name>
+       Change WS_bind to accept an sa_family of 0 as "don't care".
+
+       * tools/winapi/msvcmaker:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Sync msvcmaker with make_ctests to generate valid code.
+
+       * dlls/iccvid/iccvid.c, dlls/itss/storage.c, dlls/shell32/shlmenu.c,
+         dlls/shell32/systray.c, dlls/shell32/tests/shlfileop.c,
+         dlls/winmm/tests/timer.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make functions static.
+
+2005-06-17  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Francois Gouget <fgouget@free.fr>
+       Update the win(16|32).api files to match the current sources.
+
+       * dlls/msi/events.c, dlls/msi/msipriv.h, dlls/msi/preview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Allow control events to return codes to halt the processing of event.
+       Needed for the SetTargetPath Event.
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/encode.c, include/wincrypt.h:
+       Francois Gouget <fgouget@free.fr>
+       Fix the CryptEncodeObjectEx() prototype.
+       Fixes winapi_check warnings.
+
+       * dlls/odbccp32/odbccp32.c, dlls/odbccp32/odbccp32.spec,
+         include/odbcinst.h, tools/winapi/win32.api:
+       Francois Gouget <fgouget@free.fr>
+       Fix the prototypes of SQLCreateDataSource*(), SQLGetPrivateProfileString*().
+       Fix the return type of SQLInstallerError*() and
+       SQLPostInstallerError*().
+       Fix the SQLInstallDriver() and SQLInstallDriverEx() prototypes in the
+       spec file.
+       Add an odbccp32 section to win32.api for winapi_check.
+
+       * dlls/msi/install.c: Aric Stewart <aric@codeweavers.com>
+       A long overdue fix to MSI_SetTargetPath. This should fix an error with
+       some installers that where unable to change the target path.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Flesh out the remaining keys in RegisterProduct.
+
+       * programs/winecfg/appdefaults.c, programs/winecfg/driveui.c,
+         programs/winecfg/winecfg.c:
+       Updated paths of ShowDirSymlinks, ShowDotFiles and Version options.
+
+       * dlls/ntdll/directory.c:
+       Moved directory options to HKCU\Software\Wine.
+
+       * dlls/ntdll/version.c: Moved version key to HKCU\Software\Wine.
+
+       * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       Deactivate active window in ShowWindow(,SW_HIDE).
+
+       * dlls/ddraw/tests/dsurface.c, dlls/oleaut32/tests/olepicture.c,
+         dlls/oleaut32/variant.c, dlls/qcap/v4l.c,
+         dlls/shell32/tests/shlfolder.c:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * dlls/dmcompos/dmcompos_main.c, dlls/dmime/dmime_main.c,
+         dlls/dmstyle/dmstyle_main.c, dlls/dsound/dsound_main.c,
+         dlls/olepro32/olepro32stubs.c, dlls/shell32/iconcache.c,
+         dlls/winmm/mmsystem.c:
+       Francois Gouget <fgouget@free.fr>
+       Fix winapi_check documentation warnings.
+
+       * dlls/user/defwnd.c, dlls/user/win.c:
+       Vitaliy Margolen <wine-patch@kievinfo.com>
+       ShowOwnedPopups and WM_SHOWWINDOW should handle non-WS_POPUP style
+       windows as well.
+
+       * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/action.h,
+         dlls/msi/files.c:
+       Aric Stewart <aric@codeweavers.com>
+       Break out all the file related actions and helper functions into
+       files.c
+
+       * dlls/activeds/activeds_main.c, tools/winapi/win32.api:
+       Francois Gouget <fgouget@free.fr>
+       Fix the FreeADsMem() prototype.
+       Add an activeds section to win32.api for winapi_check.
+       Fix a documentation warning.
+
+       * dlls/advapi32/crypt.c, dlls/shell32/shfldr_unixfs.c:
+       Francois Gouget <fgouget@free.fr>
+       Protect the unistd.h and sys/stat.h includes.
+       Include config.h.
+       Fixes warnings reported by winapi_check.
+
+       * dlls/ntdll/tests/info.c: Francois Gouget <fgouget@free.fr>
+       Remove an unneeded variable in test_query_timeofday().
+       Rename a variable to 'is_nt' to make its meaning clearer.
+
+       * dlls/quartz/videorenderer.c: Francois Gouget <fgouget@free.fr>
+       Remove unneeded NULL cast.
+
+       * tools/winapi/config.pm: Francois Gouget <fgouget@free.fr>
+       Remove a check for obsolete directory and file special cases.
+
+       * tools/winapi/winapi_check: Francois Gouget <fgouget@free.fr>
+       We should set the global $all_modules variable otherwise there's no
+       point.
+
+       * dlls/msi/dialog.c: Marcus Meissner <meissner@suse.de>
+       Use a simpler expression for the "RichEdit20W" string to workaround
+       compiler bug.
+
+       * dlls/kernel/cpu.c: Marcus Meissner <meissner@suse.de>
+       Specify enough buffer for id[] (20 chars are not enough).
+
+       * dlls/advapi32/registry.c, dlls/kernel/computername.c,
+         dlls/kernel/cpu.c, dlls/kernel/except.c, dlls/kernel/locale.c,
+         dlls/kernel/oldconfig.c, dlls/kernel/path.c, dlls/kernel/process.c,
+         dlls/kernel/relay16.c, dlls/kernel/volume.c, dlls/ntdll/cdrom.c,
+         dlls/ntdll/critsection.c, dlls/ntdll/debugbuffer.c,
+         dlls/ntdll/debugtools.c, dlls/ntdll/directory.c, dlls/ntdll/env.c,
+         dlls/ntdll/error.c, dlls/ntdll/exception.c, dlls/ntdll/handletable.c,
+         dlls/ntdll/heap.c, dlls/ntdll/large_int.c, dlls/ntdll/loader.c,
+         dlls/ntdll/loadorder.c, dlls/ntdll/nt.c, dlls/ntdll/om.c,
+         dlls/ntdll/process.c, dlls/ntdll/reg.c, dlls/ntdll/relay.c,
+         dlls/ntdll/resource.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c,
+         dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/signal_powerpc.c,
+         dlls/ntdll/signal_sparc.c, dlls/ntdll/string.c, dlls/ntdll/time.c,
+         dlls/ntdll/version.c, dlls/ntdll/virtual.c, dlls/ntdll/wcstring.c,
+         dlls/winedos/ioports.c, dlls/winedos/ppdev.c, include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Use HANDLE instead of HKEY in the NT API.
+
+       * dlls/gdi/dib.c: Michael Kaufmann <hallo@michael-kaufmann.ch>
+       Initialize more structure members, including biSizeImage if bits ==
+       NULL and biBitCount != 0.
+
+       * dlls/ntdll/thread.c: The TEB doesn't need execute permissions.
+
+       * dlls/user/user32.spec: Dmitry Timoshkov <dmitry@codeweavers.com>
+       DdeCreateStringHandleA/W takes a pointer to a const string,
+       accordingly fix the spec entries.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Remove trailing backslash from DOS paths in GetDisplayNameOf.
+
+       * programs/winefile/Cs.rc: Martin Fuchs <martin-fuchs@gmx.net>
+       Corrections of Czech translation by Denzil.
+
+       * dlls/ntdll/om.c, include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Declare Nt directory functions.
+
+       * configure, configure.ac, loader/Makefile.in:
+       Move the loader a bit higher in memory to leave more space for ntdll
+       and kernel32.
+
+       * dlls/oleaut32/tests/vartype.c, dlls/urlmon/tests/url.c,
+         dlls/user/tests/win.c, dlls/winedos/soundblaster.c,
+         dlls/winmm/tests/timer.c, dlls/winmm/tests/wave.c,
+         dlls/winsock/tests/sock.c, dlls/wintab32/wintab32.c,
+         dlls/x11drv/xim.c, programs/winefile/winefile.c:
+       Stefan Huehner <stefan@huehner.org>
+       Remove some -Wstrict-prototypes warnings.
+
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/directx.c,
+         dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+         dlls/wined3d/device.c, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Change the way caps are sent between d3d9/d3d8 and wined3d to make it
+       easier for wined3d to support additional versions of Direct3D.
+
+       * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
+       ExtractAssociatedIconA needs to allocate enough space to have EAIW
+       fill in lpIconPathW.
+
+       * dlls/msi/action.h: Marcus Meissner <marcus@jet.franken.de>
+       Remove cszbs from msi/action.h.
+
+       * dlls/advapi32/security.c: James Hawkins <truiken@gmail.com>
+       Forward GetPrivate/KernelObjectSecurity to NtQuerySecurityObject.
+
+       * include/windef.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Fixed POINTS definition for WORDS_BIGENDIAN case.
+
+       * dlls/crypt32/encode.c: Juan Lang <juan_lang@yahoo.com>
+       Add a few traces and comments.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add more missing defs.
+
+2005-06-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/relay.c, tools/winebuild/import.c:
+       Make import thunks position-independent to avoid text relocations.
+
+       * dlls/wineps/truetype.c:
+       Use the standard font path to look for TrueType fonts.
+
+       * dlls/wined3d/directx.c, include/d3d9caps.h:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Rename _D3DCAPS9.MaxPixelShaderValue to the correct
+       _D3DCAPS9.PixelShader1xMaxValue.
+
+       * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/install.c:
+       Aric Stewart <aric@codeweavers.com>
+       Break out all the top level apis into install.c.
+
+       * programs/winecfg/driveui.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Hide <-> Show Advanced.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Added support for the MSI MaskEdit control.
+
+       * dlls/d3d9/vertexdeclaration.c:
+       Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Disable the creation of invalid vertex declarations in d3d9 preventing
+       some applications from crashing.
+
+       * dlls/d3d9/texture.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Added relay tracing to texture.
+
+       * include/d3d9types.h: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+       Define some more flags
+
+       * dlls/advapi32/tests/registry.c, server/registry.c:
+       Robert Shearman <rob@codeweavers.com>
+       - All versions of Windows ignore the access rights of the passed in
+         parent handle to RegCreateKey(Ex).
+       - Add a test that shows this.
+
+       * dlls/msi/custom.c: Aric Stewart <aric@codeweavers.com>
+       A simple cleanup to only track the temp file if we need to have it
+       laying around because the action is going on asynchronously. Otherwise
+       clean up the temp file as the action finishes.
+
+       * programs/winecfg/winecfg.c:
+       Use RegOpenKey instead of RegOpenKeyEx to avoid trouble with handle
+       access rights.
+
+       * programs/winecfg/main.c, programs/winecfg/winecfg.c,
+         programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c:
+       Fixed registry paths to edit the real config, and removed the startup
+       warning message.
+
+       * dlls/x11drv/x11drv_main.c:
+       Moved configuration keys to HKCU\Software\Wine\X11 Driver.
+
+       * dlls/ntdll/loadorder.c:
+       Moved configuration keys to HKCU\Software\Wine\DllOverrides.
+
+       * dlls/msi/upgrade.c: Aric Stewart <aric@codeweavers.com>
+       Add UI messages to FindRelatedProducts.
+       Reduce unneeded includes.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - implement encoding and decoding of enumerated types, unsigned
+         integers, octet strings, and bit strings
+       - correct length handling
+       - the usual tests
+
+       * programs/wineboot/wineboot.c, programs/winecfg/drive.c,
+         programs/winecfg/drivedetect.c, programs/winecfg/winecfg.h:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some -Wstrict-prototypes warnings.
+
+       * tools/winebuild/relay.c:
+       Generate proper PIC code for CALL32_CBClient.
+
+       * dlls/msvcrt/cpp.c:
+       Store vtables in the data segment to avoid text relocations.
+
+       * dlls/comctl32/tests/treeview.c, dlls/comctl32/updown.c,
+         dlls/mshtml/view.c, dlls/ntdll/tests/rtl.c,
+         dlls/ntdll/tests/rtlbitmap.c, dlls/rsabase/tests/rsabase.c,
+         dlls/rsaenh/tests/rsaenh.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some -Wstrict-prototypes warnings.
+
+       * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/action.h,
+         dlls/msi/classes.c:
+       Aric Stewart <aric@codeweavers.com>
+       Break out all the class registration actions into classes.c. This
+       includes RegisterClassInfo, RegisterProgIds, RegisterExtensions and
+       RegisterMIMETypes.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Define some more OID strings.
+
+       * dlls/ntdll/relay.c, include/wine/port.h, tools/winebuild/relay.c:
+       Store a relative pointer for registry entry points to avoid some text
+       relocations.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/om.c, include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Add/fix more NT native API declarations.
+
+       * dlls/crypt32/tests/encode.c, dlls/ntdll/heap.c,
+         dlls/oleaut32/tests/typelib.c, dlls/winmm/tests/mixer.c,
+         dlls/winmm/winealsa/audio.c, libs/unicode/mbtowc.c,
+         programs/msiexec/msiexec.c, programs/winetest/util.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix some declaration and write string warnings.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       - forward AddRef, Release, QueryInterface and GetClassID to internal
+         implementations
+       - implement GetClassID properly
+
+       * tools/winebuild/spec32.c:
+       Output the exported names as a C string so that they end up in the
+       correct section.
+
+       * dlls/ntdll/relay.c:
+       Use the DEFINE_REGS_ENTRYPOINT macro to define register functions
+       instead of doing it by hand.
+
+       * dlls/kernel/version.c:
+       Removed the DOS version option, specifying the Windows version should
+       be enough to achieve the same results.
+
+       * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c,
+         dlls/shell32/shell32_main.h:
+       Mike McCormack <mike@codeweavers.com>
+       SHCreateStreamOnFileW is implemented in shlwapi, so we don't need
+       another implementation in shell32.
+
+       * dlls/shell32/shelllink.c, dlls/shlwapi/istream.c:
+       Mike McCormack <mike@codeweavers.com>
+       Switch IShellLink to use shlwapi.SHCreateStreamOnFileW.
+
+       * include/winreg.h: Mike McCormack <mike@codeweavers.com>
+       Define RegOpenUserClassesRoot.
+
+       * include/winnt.h: Steven Edwards <steven_ed4153@yahoo.com>
+       Removed duplicated ALPHA platform context definitions.
+       Added ARM context definitions.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Test GetAttributesOf on the MyComputer shellfolder.
+
+       * dlls/ntdll/nt.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       ProcessName should be without the path.
+
+       * dlls/ntdll/tests/info.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       W2K3 returns STATUS_INVALID_HANDLE instead of STATUS_ACCESS_VIOLATION.
+
+       * dlls/msvideo/msvideo_main.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       - Implemented ICSeqCompressFrame{Start,,End}
+       - Modified ICCompressorFree to properly free the initialized variables
+         from ICSeqCompressFrameStart.
+
+       * tools/wine.inf: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Register qcap.dll on wine initialisation.
+
+2005-06-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/propsheet.c: Huw Davies <huw@codeweavers.com>
+       For modal propsheets we should run our own message loop rather than
+       use a modal dialogbox just like Windows does.  This helps apps that
+       subclass the propsheet's wndproc.
+
+       * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/action.h,
+         dlls/msi/helpers.c:
+       Aric Stewart <aric@codeweavers.com>
+       Break out all the helper functions into helpers.c.
+
+       * Makefile.in, documentation/Makefile.in:
+       Moved the API doc rules to the documentation makefile.
+
+       * tools/bin2res.c, tools/sfnt2fnt.c, tools/widl/header.c,
+         tools/widl/proxy.c, tools/widl/server.c:
+       Stefan Huehner <stefan@huehner.org>
+       Fix some -Wmissing-declarations by making functions static.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Added tests for SHGetPathFromIDList.
+
+       * dlls/shell32/classes.c: Huw Davies <huw@codeweavers.com>
+       Unquote the icon file path if it's quoted.
+
+       * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add a test case for WM_[L|R|M|X]BUTTONDBLCLK generation behaviour.
+
+       * dlls/psapi/psapi_main.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       - Replaced server requests in EnumProcesses by native APIs
+       - Fixed third parameter (should return the amount of used and not
+         needed memory).
+
+       * documentation/.cvsignore, documentation/Makefile.in,
+         documentation/wine.man.in, loader/.cvsignore, loader/Makefile.in,
+         loader/wine.man.in:
+       Moved the wine manpage to the loader/ directory.
+
+       * dlls/user/combo.c, include/winuser.h:
+       Robert Shearman <rob@codeweavers.com>
+       Implement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
+
+       * include/wine/test.h, tools/make_ctests.c:
+       Avoid static forward declaration that doesn't work on MSVC.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       Remove some uses of wine/unicode.h functions.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Add encode/decode support for multi-byte integers.
+
+       * dlls/user/tests/class.c, dlls/user/tests/edit.c,
+         dlls/user/tests/listbox.c, dlls/user/tests/sysparams.c,
+         dlls/user/tests/win.c, dlls/rsaenh/rsaenh.c,
+         dlls/rsaenh/tests/rsaenh.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix declarations.
+
+       * dlls/ole32/tests/stg_prop.c, dlls/ole32/tests/storage32.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix declarations in the tests.
+
+       * dlls/advapi32/security.c: Robert Shearman <rob@codeweavers.com>
+       MSDN states that DuplicateToken should create a new token with the
+       TOKEN_QUERY | TOKEN_IMPERSONATE rights, not 0.
+
+       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Implement SHGetPathFromIDList based on GetDisplayNameOf.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/tests/info.c:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Only exact buffer size gives STATUS_SUCCESS.
+
+2005-06-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/Makefile.in, documentation/wine.conf.man,
+         documentation/wine.man.in:
+       Get rid of the wine.conf man page.
+
+       * server/process.c:
+       Remove the process locks in process_killed, not process_destroy.
+
+       * dlls/kernel/relay16.c, dlls/ntdll/relay.c, dlls/user/spy.c:
+       Moved debugging config options to HKCU\Software\Wine\Debug.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Replace magic error constant.
+
+       * dlls/mapi32/tests/prop.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Avoid accessing uninitialized data on WinME (based on an old patch by
+       Ferenc Wagner).
+
+       * dlls/user/nonclient.c, dlls/user/win.c:
+       Stefan Huehner <stefan@huehner.org>
+       Remove include "cursoricon.h" from nonclient.c and win.c.
+
+       * dlls/shell32/clipboard.c, dlls/shell32/shelllink.c,
+         dlls/shell32/shlexec.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use SHGetPathFromIDList instead of SHELL32_GetPathFromIDList.
+
+       * server/handle.c:
+       Call the close_handle notification for all objects when releasing a
+       handle table.
+
+       * server/token.c, server/trace.c: Robert Shearman <rob@codeweavers.com>
+       Fix size used to validate the sids in aces.
+
+       * dlls/x11drv/init.c: Removed the check for the old Resolution option.
+
+       * dlls/x11drv/palette.c, dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c:
+       Merged palette option processing into the main configuration code.
+
+       * dlls/shell32/shfldr_desktop.c, dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Return the correct attributes for the desktop folder.
+       Corresponding tests.
+
+       * server/token.c: Robert Shearman <rob@codeweavers.com>
+       Add TokenType attribute to specify whether the token is a primary or
+       impersonation token.
+
+       * dlls/user/sysparams.c:
+       Use a better location than HKCU\Wine for saving the temporary
+       parameters.
+
+       * dlls/x11drv/xfont.c:
+       Avoid repeatedly opening the configuration registry key.
+
+       * dlls/iphlpapi/iphlpapi_main.c, dlls/kernel/computername.c,
+         dlls/netapi32/nbt.c:
+       Moved network configuration parameters to HKCU\Software\Wine\Network.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Added tests to compare SHGetPathFromIDList and GetDisplayNameOf.
+
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/tests/string.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fixes for -Wmissing-declaration and -Wwrite-string warnings.
+
+       * dlls/dinput/joystick_linux.c:
+       Moved config parameters to HKCU\Software\Wine\DirectInput.
+
+       * dlls/dsound/dsound_main.c:
+       Moved config parameters to HKCU\Software\Wine\DirectSound.
+
+       * dlls/gdi/freetype.c:
+       Moved all font config parameters to HKCU\Software\Wine\Fonts.
+       Replaced the FontDirs key enumeration by a simple Path value.
+
+       * dlls/ntdll/cdrom.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Reimplement IOCTL_SCSI_PASS_THROUGH_DIRECT and
+       IOCTL_SCSI_PASS_THROUGH on top of the linux scsi driver.
+
+       * dlls/oleaut32/tests/vartest.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Change (long long) to (LONGLONG) to compile with MSVC.
+
+       * dlls/ntdll/process.c, dlls/ntdll/tests/info.c:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Return STATUS_INVALID_INFO_CLASS for non-implemented classes.
+       Return STATUS_ACCESS_VIOLATION if no buffer given.
+       Added tests for ProcessBasicInformation.
+
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       Lauri Tulmin <tulmin@gmail.com>
+       - EM_CHARFROMPOS should return the closest char (clicking on the first
+         half of a character should return current char and clicking on the
+         second half should return next char)
+       - EM_POSFROMCHAR should return -1 if character index is greater or
+         equal to text length
+
+       * dlls/gdi/gdiobj.c: Removed the Tweak.Fonts configuration hack.
+
+       * dlls/x11drv/bitblt.c:
+       Get rid of the PerfectGraphics option, that's not really useful.
+
+       * dlls/winedos/dosconf.c:
+       Hardcode the location of config.sys, no need for a config parameter
+       for that.
+
+       * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+       Add a couple of missing functions.
+
+       * dlls/ntdll/nt.c, include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Declare port functions and fix prototypes.
+
+       * dlls/kernel/computername.c, dlls/kernel/console.c,
+         dlls/kernel/environ.c, dlls/kernel/kernel_main.c,
+         dlls/kernel/kernel_private.h, dlls/kernel/lcformat.c,
+         dlls/kernel/process.c, dlls/kernel/profile.c, dlls/kernel/thread.c,
+         dlls/kernel/version.c, dlls/kernel/win87em.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix warnings from -Wmissing-declarations.
+
+       * server/file.h, server/handle.h, server/process.c:
+       Mike McCormack <mike@codeweavers.com>
+       Call remove_process_locks when a process ends, fix declarations.
+
+       * dlls/kernel/tests/profile.c, dlls/kernel/tests/thread.c,
+         dlls/kernel/tests/time.c, dlls/kernel/tests/timer.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix declaration warnings in the test cases.
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/varformat.c:
+       Michael Stefaniuc <mstefani@redhat.de>
+       - Fix VarFormat for formats that mix '0' and '#' in the whole number
+         part.
+       - Fix VarFormat for negative exponent formats.
+       - Add tests for the above + a couple of "todo_wine"'s.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       Add the IContextMenu interface to the ShellLink object.
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c,
+         dlls/crypt32/tests/.cvsignore, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/main.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Add CertAlgIdToOID and CertOIDToAlgId, with tests.
+
+       * dlls/dmloader/loaderstream.c:
+       Alex Villacís Lasso <a_villacis@palosanto.com>
+       Avoid one more access to pcbRead.
+
+2005-06-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+         dlls/wininet/internet.h, dlls/wininet/tests/http.c,
+         dlls/wininet/urlcache.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix some warnings.
+
+       * dlls/dmloader/loaderstream.c:
+       Alex Villacís Lasso <a_villacis@palosanto.com>
+       Prevent crash on IDirectMusicLoaderResourceStream_IStream_Read.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       A "1" is returned not a 1 for AssignmentType. Also as a bit more to
+       the FIXME message.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       Implement ShellLink's IShellExtInit::Initialize() method.
+
+       * dlls/d3d8/d3d8_main.c, dlls/dinput/joystick_linux.c,
+         dlls/dsound/dsound_main.c, dlls/gdi/driver.c, dlls/gdi/freetype.c,
+         dlls/gdi/gdiobj.c, dlls/gdi/printdrv.c,
+         dlls/iphlpapi/iphlpapi_main.c, dlls/kernel/computername.c,
+         dlls/kernel/oldconfig.c, dlls/kernel/relay16.c,
+         dlls/kernel/version.c, dlls/kernel/volume.c, dlls/mpr/pwcache.c,
+         dlls/netapi32/nbt.c, dlls/ntdll/directory.c, dlls/ntdll/loadorder.c,
+         dlls/ntdll/relay.c, dlls/ntdll/version.c, dlls/rsaenh/rsaenh.c,
+         dlls/shdocvw/shdocvw_main.c, dlls/user/spy.c, dlls/user/sysparams.c,
+         dlls/user/user_main.c, dlls/wined3d/wined3d_main.c,
+         dlls/winedos/dosconf.c, dlls/winedos/ioports.c, dlls/winedos/ppdev.c,
+         dlls/wineps/init.c, dlls/wineps/truetype.c, dlls/wineps/type1afm.c,
+         dlls/winmm/lolvldrv.c, dlls/winmm/winealsa/audio.c,
+         dlls/winspool/info.c, dlls/x11drv/bitblt.c, dlls/x11drv/init.c,
+         dlls/x11drv/palette.c, dlls/x11drv/x11drv_main.c,
+         dlls/x11drv/xfont.c, programs/taskmgr/taskmgr.c,
+         programs/winebrowser/main.c, programs/winedbg/winedbg.c,
+         programs/winemenubuilder/winemenubuilder.c, programs/winemine/main.c:
+       Added magic comments to all Wine-specific registry accesses to make
+       them easier to grep.
+
+       * programs/winecfg/appdefaults.c, programs/winecfg/audio.c,
+         programs/winecfg/driveui.c, programs/winecfg/libraries.c,
+         programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+         programs/winecfg/x11drvdlg.c:
+       Changed registry access functions to use more meaningful names.
+
+       * dlls/winedos/int11.c:
+       Removed references to obsolete configuration entries.
+
+       * dlls/user/cursoricon.c: Huw Davies <huw@codeweavers.com>
+       When loading a bitmap we should stretch the image to the requested
+       size.
+
+       * dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
+         dlls/comctl32/tests/treeview.c:
+       Krzysztof Foltman <wdev@foltman.com>
+       Test when TVN_SELCHANGING and TVN_SELCHANGED are really sent.
+
+       * dlls/ddraw/tests/d3d.c, dlls/ddraw/tests/ddrawmodes.c,
+         dlls/ddraw/tests/dsurface.c, dlls/kernel/tests/file.c,
+         dlls/ole32/tests/propvariant.c, dlls/ole32/tests/stg_prop.c,
+         dlls/oleaut32/tests/vartest.c, dlls/oleaut32/tests/vartype.c,
+         dlls/urlmon/tests/url.c, dlls/winmm/tests/mixer.c,
+         include/wine/test.h:
+       Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they
+       can be used in all the test.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       - add the IShellExtInit interface to the ShellLink object
+       - use inline functions rather than macros to resolve the
+         implementation pointer from an interface pointer
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/activeds/.cvsignore,
+         dlls/activeds/Makefile.in, dlls/activeds/activeds.spec,
+         dlls/activeds/activeds_main.c:
+       Detlef Riekenberg <driekenberg@web.de>
+       Added activeds.dll with some stubs to get the native printui.dll to
+       load.
+
+       * programs/rpcss/epmap_server.c, programs/rpcss/np_server.c,
+         programs/winefile/license.c, programs/winefile/splitpath.c:
+       Mike McCormack <mike@codeweavers.com>
+       More warning fixes.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - encode/decode X509_NAMEs for simple string encodings, with tests
+       - more tests and some fixes to other types
+
+       * dlls/comctl32/treeview.c: Krzysztof Foltman <wdev@foltman.com>
+       Don't send TVN_SELCHANGING nor TVN_SELCHANGED if the same item is
+       selected again.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Remove duplicate toolbar button.
+
+       * dlls/quartz/Makefile.in, dlls/quartz/videorenderer.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Added window support to the video renderer:
+       - replaced ddraw code by window code.
+       - implemented IBasicVideo and IVideoWindow interfaces.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/tests/info.c, include/winternl.h:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Fixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
+       Fixed return codes and ReturnLength/buffer for
+       SystemTimeOfDayInformation.
+       Added tests for SystemTimeOfDayInformation.
+
+       * dlls/ntdll/sec.c: James Hawkins <truiken@gmail.com>
+       Implement RtlAbsoluteToSelfRelativeSD.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       - use const parameter in find_entry_shell()
+       - rename ExecuteDialogWndProg() to ExecuteDialogDlgProc()
+       - remove old comment
+       - add missing call to CtxMenu_reset()
+
+       * include/aclapi.h, include/ntsecapi.h, include/winbase.h,
+         include/winsvc.h, include/winuser.h:
+       Mike McCormack <mike@codeweavers.com>
+       Declare some missing functions.
+
+       * dlls/ntdll/tests/rtl.c, dlls/ntdll/tests/rtlstr.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix warnings in tests, remove pointless comments.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/sync.c,
+         include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Add and fix function prototypes.
+
+       * dlls/ole32/tests/propvariant.c: Robert Shearman <rob@codeweavers.com>
+       Fix PropVariant tests on Windows 2000 and above.
+
+       * dlls/winmm/winealsa/audio.c: Robert Shearman <rob@codeweavers.com>
+       Remove needless call to Sleep.
+
+       * dlls/ole32/regsvr.c: Robert Shearman <rob@codeweavers.com>
+       - Add registry entries for local-only OLE interfaces.
+       - Change IUnknown to local interface.
+
+       * dlls/riched20/editor.c: Robert Shearman <rob@codeweavers.com>
+       Richedit classes should be global.
+
+       * dlls/iphlpapi/ifenum.c: Robert Shearman <rob@codeweavers.com>
+       Fix size passed to lstrcpynA function - sizeof(string) == 4 not 16 as
+       needed.
+
+       * include/wingdi.h: Mike McCormack <mike@codeweavers.com>
+       Correct GdiIsPlayMetafileDC prototype.
+
+       * dlls/advapi32/service.c, dlls/advapi32/tests/crypt_md4.c,
+         dlls/advapi32/tests/crypt_md5.c:
+       Mike McCormack <mike@codeweavers.com>
+       Silence some -Wmissing-declarations warnings.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add/correct a few more definitions.
+
+       * include/icm.h: Hans Leidekker <hans@it.vu.nl>
+       Declare missing functions.
+
+       * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+       Corrected string length method in ITypeLib::IsName() and FindName()
+       for LPOLESTR type.
+
+2005-06-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * configure, configure.ac: Adrian Harvey <ajharvey@myrealbox.com>
+       Added sys/types.h to configure check for videodev.h.
+
+       * dlls/riched20/writer.c: Krzysztof Foltman <wdev@foltman.com>
+       Emit \tx for user-defined TABs.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Remove unnecessary paint code.
+
+       * dlls/opengl32/wgl_ext.c: Lionel Ulmer <lionel.ulmer@free.fr>
+       Remove some FIXMEs and replace them with TRACEs.
+
+       * programs/winefile/winefile.h: Martin Fuchs <martin-fuchs@gmx.net>
+       Move __WINE__ ifdef directive.
+
+       * dlls/ntdll/sec.c: James Hawkins <truiken@gmail.com>
+       Remove stub status.
+       Check for correct revision value.
+
+       * dlls/ntdll/ntdll.spec, include/winternl.h:
+       James Hawkins <truiken@gmail.com>
+       Add RtlAnsiCharToUnicodeChar definition.
+       Correct stub status of RtlAnsiCharToUnicodeChar.
+
+       * dlls/setupapi/queue.c, dlls/setupapi/setupapi.spec:
+       Matthew Davison <mjd77@cam.ac.uk>
+       Stub out the error dialog functions.
+       Modify the default callbacks to call these for Delete and Rename
+       errors.
+       Modify the default callbacks to ignore file missing errors when
+       deleting files.
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c, include/winternl.h:
+       Eric Kohl <eric.kohl@t-online.de>
+       Implement RtlAdjustPrivilege.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Fix file size in property dialog by using _stprintf() instead of
+       wsprintf().
+
+       * dlls/riched20/editor.c, dlls/riched20/paint.c, dlls/riched20/style.c:
+       Krzysztof Foltman <wdev@foltman.com>
+       - added support for \ulnone (turning underline off)
+       - support for basic subscript and superscript
+       - untested support for text offset
+
+       * dlls/ddraw/d3d_private.h, dlls/ddraw/d3d_utils.c,
+         dlls/ddraw/device_opengl.c, dlls/ddraw/gl_api.h,
+         dlls/ddraw/gl_private.h, dlls/ddraw/opengl_private.h,
+         dlls/ddraw/vertexbuffer.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Support all possible texture coordinates sizes.
+
+       * dlls/oleaut32/usrmarshal.c: Robert Shearman <rob@codeweavers.com>
+       - Don't print out cryptic message if IDispatch or IUnknown object is
+         just NULL.
+       - puArgErr is a ref pointer so we have to provide a dummy pointer if
+         it is NULL.
+       - Fail gracefully and notify caller if we ran out of memoy or if
+         variant copying failed.
+
+       * dlls/advapi32/tests/registry.c: Robert Shearman <rob@codeweavers.com>
+       Fix registry test for Win9x by skipping a section that fails, but
+       succeeds on NT.
+
+       * dlls/shdocvw/events.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Move static variables out of header file, also the local interface
+       implementations.
+
+       * dlls/dsound/tests/capture.c: Robert Reif <reif@earthlink.net>
+       Make dsound tests loadable on NT4.
+
+       * dlls/x11drv/x11drv.h: Glenn Wurster <gwurster@scs.carleton.ca>
+       Add declaration of X11DRV_GetDIBColorTable to avoid compile warning.
+
+       * dlls/kernel/path.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Add a workaround for Win9x apps which pass the parameters for
+       GetCurrentDirectoryA in wrong order.
+
+2005-06-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/spec32.c: Pierre d'Herbemont <stegefin@free.fr>
+       Use .mod_*_func sections on Mac OS X/i386 instead of the elf
+       constructor/destructor.
+
+       * tools/winebuild/spec32.c:
+       Reuse output_dll_init for the constructor of debug files.
+
+       * server/change.c, server/fd.c, server/mailslot.c, server/named_pipe.c,
+         server/registry.c, server/thread.c, server/token.c:
+       Robert Shearman <rob@codeweavers.com>
+       Change code style of form "if( x )" to "if (x)" for consistency.
+
+       * include/setupapi.h: Matthew Davison <mjd77@cam.ac.uk>
+       Added some definitions to setupapi.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/tests/info.c:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Fixed ReturnLength of SystemCpuInformation.
+       Added first test for SystemCpuInformation.
+
+       * dlls/msi/msi.spec, dlls/msi/msiquery.c, include/msiquery.h:
+       Mike McCormack <mike@codeweavers.com>
+       Create a stub implementation for MsiViewGetError.
+
+       * dlls/kernel/sync.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c,
+         include/winternl.h:
+       Mike McCormack <mike@codeweavers.com>
+       Dependency fixes for winternl.h.
+
+       * programs/regedit/listview.c, programs/taskmgr/perfpage.c,
+         programs/winebrowser/main.c, programs/winefile/winefile.c,
+         programs/winefile/winefile.h:
+       Mike McCormack <mike@codeweavers.com>
+       Fix more warnings.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Set the FILESYSANCESTOR and FILESYSTEM flags correctly in
+       GetAttributesOf.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       Clear out parameters to stop bad pointers lying around in memory if
+       the function doesn't set them to anything.
+
+       * dlls/x11drv/palette.c: Glenn Wurster <gwurster@scs.carleton.ca>
+       Adds support for the DIBINDEX type of COLORREF.
+
+       * dlls/ntdll/rtlstr.c: James Hawkins <truiken@gmail.com>
+       Implement RtlAnsiCharToUnicodeChar.
+
+       * include/wininet.h: Mike McCormack <mike@codeweavers.com>
+       Include missing AW macro.
+
+       * include/msiquery.h: Mike McCormack <mike@codeweavers.com>
+       Declare the MSIDBERROR enumeration.
+
+       * dlls/urlmon/urlmon_main.c, include/urlmon.idl:
+       Mike McCormack <mike@codeweavers.com>
+       Declare functions and correct prototypes.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Cryp{En|De}codeObjectEx should return success if the input buffer is
+       NULL, some MS sample programs depend on that.  Fix functions and
+       tests.
+
+2005-06-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/user/edit.c: Lauri Tulmin <tulmin@gmail.com>
+       Bottom edge of the update region should be relative to the top edge of
+       the format rect.
+
+       * dlls/ddraw/tests/d3d.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+       Make ddraw tests loadable on NT4.
+
+       * server/registry.c:
+       Store the process along with the key handle in notifications.
+
+       * dlls/ntdll/nt.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Reduce our buffer by 1 SYSTEM_THREAD_INFORMATION per process.
+       Minimize some calculations.
+
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       Lauri Tulmin <tulmin@gmail.com>
+       Add more tests for text placement in single and multiline edit
+       controls. Some of the tests are marked as todo.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Extending upon Mike McCormack's cleanup to use MSI_RecordGetString.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Register the Product Version also.
+       Also help plug some memory leaks pointed out by Mike McCormack.
+
+       * dlls/user/tests/winstation.c, server/atom.c, server/change.c,
+         server/console.c, server/debugger.c, server/event.c, server/fd.c,
+         server/file.c, server/handle.c, server/hook.c, server/mailslot.c,
+         server/mapping.c, server/mutex.c, server/named_pipe.c,
+         server/object.c, server/object.h, server/process.c, server/queue.c,
+         server/registry.c, server/request.c, server/semaphore.c,
+         server/serial.c, server/signal.c, server/snapshot.c, server/sock.c,
+         server/thread.c, server/timer.c, server/token.c, server/winstation.c:
+       Added a close_handle method to the object operations, and use it to
+       implement registry notifications and the strange behavior of
+       CloseHandle on winstation/desktop handles.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Avoid a loop where a parent's parent refers to itself as its parent.
+
+       * dlls/user/tests/winstation.c, server/handle.c, server/process.c,
+         server/process.h, server/thread.c, server/user.h,
+         server/winstation.c:
+       The desktop of a new thread should be set from the process initial
+       desktop, not from the parent thread.
+       Fixed a couple of bugs in the desktop name handling.
+
+       * include/wininet.h: Mike McCormack <mike@codeweavers.com>
+       Declare some missing functions.
+
+       * dlls/shell32/tests/shlfolder.c:
+       Saulius Krasuckas <saulius.krasuckas@ieee.org>
+       Get current directory during tests on win9x too.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       Add the IShellLinkDataList interface to the ShellLink object.
+
+       * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/action.h,
+         dlls/msi/upgrade.c, include/msidefs.h:
+       Aric Stewart <aric@codeweavers.com>
+       Added module upgrade.c and implemented FindRelatedProducts.
+
+       * tools/winapi/config.pm, tools/winapi/msvcmaker,
+         tools/winapi/winapi_cleanup:
+       Fixed a number of references to removed directories.
+
+       * configure, configure.ac, dlls/user/Makefile.in,
+         dlls/user/dde_client.c, dlls/user/dde_misc.c,
+         dlls/user/dde_private.h, dlls/user/dde_server.c, dlls/user/ddeml16.c:
+       Moved dde files to the main directory and got rid of the dlls/user/dde
+       subdirectory.
+
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/user/Makefile.in,
+         dlls/user/misc.c:
+       Moved monitor functions to dlls/user/misc.c and finally got rid of the
+       windows/ directory.
+
+       * dlls/ntdll/tests/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Added test for SystemProcessInformation.
+
+       * dlls/advapi32/tests/security.c: Robert Shearman <rob@codeweavers.com>
+       Added test for AccessCheck.
+
+       * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c,
+         dlls/comctl32/flatsb.c, dlls/comctl32/listview.c,
+         dlls/comctl32/monthcal.c, dlls/comctl32/propsheet.c,
+         dlls/comctl32/tests/dpa.c, dlls/comctl32/tests/tab.c,
+         dlls/comctl32/tests/updown.c:
+       Mike McCormack <mike@codeweavers.com>
+       Warning fixes for -Wmissing-declarations and -Wwrite-strings.
+
+       * dlls/user/Makefile.in, dlls/user/driver16.c:
+       Moved windows/driver.c to dlls/user/driver16.c.
+
+       * dlls/winmm/winealsa/audio.c: Jeremy White <jwhite@codeweavers.com>
+       Combine WINE_WAVEOUT and WINE_WAVEIN into a single structure.
+
+       * include/objbase.h, include/ole2.h:
+       Mike McCormack <mike@codeweavers.com>
+       Added some function declarations.
+
+       * dlls/advapi32/tests/crypt.c, dlls/advapi32/tests/security.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix some warnings.
+
+       * tools/winedump/lnk.c: Mike McCormack <mike@codeweavers.com>
+       Dump out the msi information in more detail.
+
+       * dlls/ole32/moniker.h: Marcus Meissner <marcus@jet.franken.de>
+       Removed CLSID_CompositeMoniker (conflicting with static definition).
+
+       * server/token.c: Robert Shearman <rob@codeweavers.com>
+       - Avoid evil signed bitfields.
+       - Fix bug with using wrong revision in security_sid_alloc.
+       - Add all builtin groups present in the Administrator token on Windows
+         to the default token.
+
+       * dlls/wined3d/wined3d_private.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed definition/declaration mismatches of newly static vtables.
+
+       * server/named_pipe.c: Robert Shearman <rob@codeweavers.com>
+       Fix a regression in the performance of named pipes by only making the
+       fd non-blocking when overlapped I/O is requested for the fd (reported
+       by Ivan Leo Puoti).
+
+       * dlls/dbghelp/dwarf.c, dlls/dbghelp/storage.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fix warnings exposed by -Wmissing-declarations and -Wwrite-strings.
+
+       * dlls/shell32/shv_item_cmenu.c: Mike McCormack <mike@codeweavers.com>
+       Add a cast to get rid of a warning.
+
+       * dlls/user/tests/winstation.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Added a couple of CloseHandle calls.
+
+       * dlls/ole32/marshal.c, dlls/ole32/stubmanager.c:
+       Robert Shearman <rob@codeweavers.com>
+       IUnknown isn't a remotable interface so the stub manager shouldn't
+       need a marshaller for it.
+
+       * dlls/ntdll/file.c: Robert Shearman <rob@codeweavers.com>
+       - Don't free the fileio object because it will be freed anyway in
+         fileio_terminate on error.
+       - Print out statuses in hex, rather than decimal.
+
+       * tools/widl/typelib.c, tools/widl/write_msft.c:
+       Robert Shearman <rob@codeweavers.com>
+       Add more struct types for TLB generation.
+
+       * dlls/advapi32/security.c: Mike McCormack <mike@codeweavers.com>
+       Make ADVAPI_IsLocalComputer static and simplify it a little.
+
+       * dlls/advapi32/advapi.c: Mike McCormack <mike@codeweavers.com>
+       Include appmgmt.h where its functions are used.
+
+       * dlls/dmcompos/chordmap.c, dlls/dmcompos/chordmaptrack.c,
+         dlls/dmcompos/composer.c, dlls/dmcompos/signposttrack.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make interface methods static.
+
+       * server/winstation.c: Mike McCormack <mike@codeweavers.com>
+       Include user.h in the new winstation.c to avoid a warning from
+       -Wmissing-declarations.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       - The typelib marshaler should only free the memory it actually allocated.
+       - Add special cases for two lesser used types that aren't
+         sizeof(DWORD) sized.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use shell icon cache instead of an own IExtractIcon implementation.
+
+       * dlls/kernel/tests/drive.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Don't try to access floppy if it's not mounted.
+
+       * dlls/comctl32/ipaddress.c: Alex Zorach <info@suscomputing.com>
+       Fixed SetFocus behavior.
+
+2005-06-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Set the Preselected property if appropriate (relevant to
+       MigrateFeatureStates when implemented).
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Write out Product Language and Product Icon to the registry.
+
+       * dlls/ntdll/file.c, include/wine/server_protocol.h,
+         server/named_pipe.c, server/protocol.def, server/trace.c:
+       Robert Shearman <rob@codeweavers.com>
+       Implement overlapped I/O with named pipes.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Write out UpgradeCodes to the registry to allow for future upgrades.
+
+       * dlls/user/Makefile.in, dlls/user/misc.c, dlls/user/tests/.cvsignore,
+         dlls/user/tests/Makefile.in, dlls/user/tests/winstation.c,
+         dlls/user/user32.spec, dlls/user/winstation.c,
+         include/wine/server_protocol.h, include/winuser.h,
+         server/Makefile.in, server/object.c, server/object.h,
+         server/process.c, server/process.h, server/protocol.def,
+         server/request.h, server/thread.c, server/thread.h, server/trace.c,
+         server/user.h, server/winstation.c:
+       Beginnings of support for window stations and desktops.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Add Language to the values we can query with MsiGetProductInfo.
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       - Output a FIXME when a surface with dimensions not being a power of
+         two is requested.
+       - Fail gracefully when IWineD3DImpl_CreateDevice fails to create the
+         front- or backbuffer.
+
+       * dlls/user/sysparams.c: Huw Davies <huw@codeweavers.com>
+       Read the entire logfont from the registry if it exists.
+
+       * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+       Use MSI_RecordGetString in more actions.
+
+       * dlls/oleaut32/varformat.c: Michael Stefaniuc <mstefani@redhat.com>
+       - implement handling of exponents (e+,e-,E+,E-) when parsing number
+         formats
+       - fix a small cut'n'paste error in the comments
+
+       * dlls/rpcrt4/rpc_server.c: Robert Shearman <rob@codeweavers.com>
+       Fix an RPC server startup race introduced by me.
+
+       * dlls/dsound/dsound_main.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Fixed confusing indentation.
+
+       * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+       Fixed IType::Invoke in regards to handling propertyget variables
+       longer than 4 bytes (like VT_DATE).
+
+       * dlls/rpcrt4/rpc_binding.c: Robert Shearman <rob@codeweavers.com>
+       - Don't pass the PROFILE_SERVER flag in to CreateNamedPipe as it is
+         bogus.
+       - Call FlushFileBuffers to make sure the other end of the pipe doesn't
+         get cut off prematurely.
+       - Don't call CancelIo as we should never have async I/O pending.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Implement asn.1 encoding/decoding of times, with tests.
+
+2005-06-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ddraw/tests/.cvsignore, dlls/ddraw/tests/Makefile.in,
+         dlls/ddraw/tests/d3d.c:
+       Antoine Chavasse <a.chavasse@gmail.com>
+       Test cases for the direct3d7 light api.
+
+       * dlls/ddraw/d3d_private.h, dlls/ddraw/device_main.c,
+         dlls/ddraw/device_opengl.c:
+       Antoine Chavasse <a.chavasse@gmail.com>
+       Rewrote the light management API to allow for an unlimited amount of
+       lights to be set, and only a subset of them to be enabled.
+
+       * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+       Use MSI_RecordGetString where possible.
+
+       * dlls/shell32/debughlp.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/shfldr_fs.c, dlls/shell32/shlview.c,
+         dlls/shell32/shv_item_cmenu.c, dlls/shell32/tests/shlfolder.c:
+       Mike McCormack <mike@codeweavers.com>
+       Warning fixes for -Wmissing-declarations and -Wwrite-strings.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Use a richedit control for license text.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/msipriv.h:
+       Mike McCormack <mike@codeweavers.com>
+       Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
+
+       * dlls/quartz/avidec.c, dlls/quartz/parser.c,
+         dlls/quartz/videorenderer.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Don't use fullscreen mode in video renderer for now and improve error
+       handling a bit.
+       Improved a bit Run/Pause/Stop methods of parser template.
+
+       * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add a test for window state when a window receives WM_ENABLE message.
+
+       * dlls/user/win.c:
+       Still send a message in SetWindowText for the inter-process case even
+       though it's not fully correct (reported by Jason Campbell).
+
+       * server/fd.c, server/file.c, server/file.h:
+       Robert Shearman <rob@codeweavers.com>
+       - Add a default asynchronous I/O implementation.
+       - Make file objects use it.
+
+       * dlls/setupapi/devinst.c, include/setupapi.h:
+       Mike McCormack <mike@codeweavers.com>
+       Declare some functions.
+
+       * dlls/rpcrt4/ndr_ole.c: Robert Shearman <rob@codeweavers.com>
+       Make NdrInterfacePointer* more reliable.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Nl.rc,
+         programs/winefile/Pl.rc, programs/winefile/Pt.rc,
+         programs/winefile/Ru.rc, programs/winefile/Si.rc,
+         programs/winefile/Sv.rc, programs/winefile/Zh.rc:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Synchronize resource scripts IDs of the different languages and adjust
+       INFO entries.
+
+       * dlls/cabinet/cabextract.c, dlls/cabinet/cabinet_main.c:
+       Thomas Weidenmueller <wine-patches@reactsoft.com>
+       Removed local variables only used in TRACE statements.
+
+       * include/aclapi.h: Mike McCormack <mike@codeweavers.com>
+       Define GetExplicitEntriesFromAcl.
+
+       * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+       Added some security related functions to winbase.h.
+
+       * include/Makefile.in, include/appmgmt.h:
+       Mike McCormack <mike@codeweavers.com>
+       Added the appmgmt.h header.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Fix radio button groups. Don't add the WS_GROUP style to every
+       window.
+
+       * include/olectl.h: Mike McCormack <mike@codeweavers.com>
+       Declare OleLoadPictureEx.
+
+       * dlls/shell32/shlfolder.c: Juan Lang <juan_lang@yahoo.com>
+       Const-ify a mask.
+
+       * dlls/commdlg/filedlg.c, dlls/commdlg/filedlgbrowser.c,
+         dlls/commdlg/filedlgbrowser.h:
+       Juan Lang <juan_lang@yahoo.com>
+       Fix return code abuse (don't use HRESULT when it isn't meant), make
+       functions static where possible, remove unused prototypes.
+
+       * dlls/msi/msipriv.h, dlls/msi/registry.c:
+       Aric Stewart <aric@codeweavers.com>
+       Add functions to add the User UpgradeCodes.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Correct a crash if the length buffer is NULL.
+
+       * dlls/ntdll/nt.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Fixed typo.
+       Zero the thread information before use.
+
+       * include/winternl.h: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Add another (unknown) member to SYSTEM_THREAD_INFORMATION.
+
+2005-06-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/console.c, dlls/kernel/environ.c, dlls/kernel/except.c,
+         dlls/kernel/fiber.c, dlls/kernel/heap.c, dlls/kernel/process.c,
+         dlls/ntdll/error.c, dlls/ntdll/exception.c, dlls/ntdll/heap.c,
+         dlls/ntdll/resource.c, dlls/ntdll/virtual.c, dlls/winedos/relay.c:
+       Removed some unnecessary inclusions of thread.h
+
+       * dlls/ntdll/debugtools.c, dlls/ntdll/ntdll_misc.h,
+         dlls/ntdll/server.c, dlls/ntdll/signal_i386.c, dlls/ntdll/sync.c,
+         dlls/ntdll/thread.c, include/thread.h, include/winternl.h:
+       Moved the ntdll per-thread data out of the TEB into a private
+       structure stored in TEB.SystemReserved2.
+
+       * dlls/kernel/change.c, dlls/kernel/global16.c,
+         dlls/kernel/kernel_main.c, dlls/kernel/kernel_private.h,
+         dlls/kernel/local16.c, dlls/kernel/locale.c, dlls/kernel/ne_module.c,
+         dlls/kernel/ne_segment.c, dlls/kernel/pthread.c,
+         dlls/kernel/relay16.c, dlls/kernel/snoop16.c, dlls/kernel/syslevel.c,
+         dlls/kernel/system.c, dlls/kernel/task.c, dlls/kernel/vxd.c:
+       Moved the kernel per-thread data out of the TEB into a private
+       structure stored in TEB.SystemReserved1.
+
+       * dlls/kernel/thunk.c:
+       Fetch the stack selector to use from the previous stackframe instead
+       of the TEB.
+
+       * 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/memlockbytes.c, dlls/ole32/memlockbytes16.c,
+         dlls/ole32/moniker.c, dlls/ole32/ole16.c, dlls/ole32/oleobj.c,
+         dlls/ole32/oleproxy.c, dlls/ole32/regsvr.c, dlls/ole32/stg_prop.c,
+         dlls/ole32/stg_stream.c, dlls/ole32/storage.c,
+         dlls/ole32/storage32.c, dlls/ole32/storage32.h,
+         dlls/ole32/tests/marshal.c, dlls/oleaut32/connpt.c,
+         dlls/oleaut32/dispatch.c, dlls/oleaut32/oaidl_p.c,
+         dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+         dlls/oleaut32/recinfo.c, dlls/oleaut32/tests/safearray.c,
+         dlls/oleaut32/tests/vartype.c, dlls/oleaut32/tmarshal.c,
+         dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c,
+         dlls/olecli/olecli16.c, dlls/olecli/olecli_main.c,
+         dlls/olesvr/olesvr_main.c, dlls/qcap/qcap_main.c,
+         dlls/qcap/vfwcapture.c, dlls/quartz/enummoniker.c,
+         dlls/quartz/filesource.c, dlls/quartz/filtergraph.c,
+         dlls/quartz/filtermapper.c, dlls/quartz/main.c,
+         dlls/quartz/memallocator.c, dlls/quartz/parser.c, dlls/quartz/pin.c,
+         dlls/quartz/systemclock.c, dlls/quartz/videorenderer.c,
+         dlls/riched20/richole.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/shdocvw.h, dlls/shdocvw/shdocvw_main.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/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/shell32/tests/shellpath.c, dlls/shlwapi/assoc.c,
+         dlls/shlwapi/istream.c, dlls/shlwapi/regstream.c,
+         dlls/urlmon/sec_mgr.c, dlls/urlmon/tests/url.c, dlls/urlmon/umon.c,
+         dlls/urlmon/urlmon_main.c, dlls/wined3d/basetexture.c,
+         dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/indexbuffer.c,
+         dlls/wined3d/query.c, dlls/wined3d/resource.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+         dlls/wined3d/texture.c, dlls/wined3d/vertexbuffer.c,
+         dlls/wined3d/vertexdeclaration.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/volume.c, dlls/wined3d/volumetexture.c,
+         dlls/wined3d/wined3d_private.h, dlls/winmm/winealsa/audio.c,
+         dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+         dlls/winmm/wineoss/dscapture.c, dlls/winmm/wineoss/dsrender.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make remaining OLE interface vtables const.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Allow for unixfs folders to be rooted at desktop level.
+       Moved dos->unix path conversion into canonicalize_path.
+       Fail in BindToObject, if called with empty pidl.
+
+       * tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+       Moved all assembly code to the end of the generated C files to avoid
+       conflicting with the compiler over section changes.
+
+       * configure, configure.ac, dlls/ddraw/Makefile.in,
+         dlls/ddraw/d3d_utils.c, dlls/ddraw/d3dcommon.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/ddraw_main.c, dlls/ddraw/device_main.c,
+         dlls/ddraw/device_opengl.c, dlls/ddraw/direct3d_main.c,
+         dlls/ddraw/direct3d_opengl.c, dlls/ddraw/executebuffer.c,
+         dlls/ddraw/light.c, dlls/ddraw/main.c, dlls/ddraw/material.c,
+         dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h,
+         dlls/ddraw/opengl_private.h, dlls/ddraw/opengl_utils.c,
+         dlls/ddraw/surface_main.c, dlls/ddraw/texture.c,
+         dlls/ddraw/vertexbuffer.c, dlls/ddraw/viewport.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Moved d3ddevice and direct3d objects files to ddraw root dir.
+       Renamed all remaining files.
+
+       * dlls/ntdll/nt.c, include/winternl.h:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Make SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE_STRING.
+
+       * dlls/msi/dialog.c, dlls/msi/events.c, dlls/msi/msipriv.h,
+         dlls/msi/package.c:
+       Mike McCormack <mike@codeweavers.com>
+       Use standard lists in the event subscription code.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Don't get caught in loops on parent progids.
+
+       * include/wincrypt.h: Mike McCormack <mike@codeweavers.com>
+       Define some Cert* functions.
+
+       * dlls/ntdll/version.c: Mike Hearn <mh@codeweavers.com>
+       Delete version sniffing logic.
+
+       * dlls/shell32/brsfolder.c, dlls/shell32/shlfolder.c,
+         dlls/shell32/tests/shlfolder.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Let BindToObject fail, if called with empty relative pidl.
+       Tests to show that it should do so.
+       Fix SHBrowseForFolder to not pass an empty pidl to BindToObject.
+
+       * dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/.cvsignore,
+         dlls/oleaut32/tests/Makefile.in, dlls/oleaut32/tests/olepicture.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added testcases for OLE Picture handling.
+       Implemented PICTYPE_NONE loading.
+       Cleaned up stream loading, handle "lt" magic.
+       Fixed some small problems exposed by tests against native.
+
+       * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+       Don't open device if already open.
+       Don't need opened device to get/set volume.
+
+       * dlls/comctl32/tab.c: James Hawkins <truiken@gmail.com>
+       Audit the Tab control.
+
+       * programs/winefile/De.rc, programs/winefile/En.rc,
+         programs/winefile/Makefile.in, programs/winefile/resource.h,
+         programs/winefile/resource.rc, programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Implement file properties dialog (partly based on Rob D.'s winfile
+       code).
+
+2005-06-05  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/import.c, tools/winebuild/spec32.c:
+       Switch back to .data at the end of asm sections to work around an
+       optimization in recent gcc versions.
+
+       * dlls/rpcrt4/ndr_midl.c: Mike Hearn <mh@codeweavers.com>
+       Initialize DataRepresentation in NdrClientInitializeNew, not
+       NdrSendReceive.
+
+       * dlls/wininet/internet.c: Mike Hearn <mh@codeweavers.com>
+       - Don't return NULL for proxy details if there is no proxy.
+       - Remove stub message, it seems to be complete.
+
+       * dlls/ole32/marshal.c: Rob Shearman <rob@codeweavers.com>
+       Don't disconnect proxies flagged with SORFP_NOLIFETIMEMGMT. It makes
+       no sense and only causes trouble for proxies that depend on these
+       proxies being available.
+
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       Lauri Tulmin <tulmin@gmail.com>
+       Don't truncate text on WM_SETTEXT and send EN_MAXTEXT.
+
+       * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+       Fix a problem where actual sample rate doesn't exactly match
+       requested.
+
+       * dlls/quartz/acmwrapper.c, dlls/quartz/enummedia.c,
+         dlls/quartz/filesource.c, dlls/quartz/parser.c, dlls/quartz/pin.c,
+         dlls/quartz/transform.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Fixed clock release in transform template.
+       AddRef pUnk in CopyMediaType.
+       Added CreateMediaType helper function and use it.
+       Replaced some DeleteMediaType calls to FreeMediaType to be in line
+       with recent changes.
+       Fixed IEnumMediaTypesImpl_Next.
+       Clear media type when initializing pins.
+       Added some AddRef/Release traces.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Refresh window content after context menu popups only if any command
+       has been executed.
+
+       * dlls/kernel/thread.c, dlls/ntdll/ntdll.spec, dlls/ntdll/server.c,
+         include/wine/server.h:
+       Moved the server part of the ExitThread functionality to ntdll.
+
+       * tools/winebuild/res32.c, tools/winebuild/spec32.c:
+       Generate the resource data directly inside the resource directory.
+
+       * dlls/kernel/except.c:
+       Don't bother looking for a resource directory in free memory areas.
+
+       * dlls/kernel/task.c, dlls/ntdll/thread.c:
+       Avoid accessing the htask16 TEB field from ntdll.
+
+       * dlls/ntdll/loader.c:
+       Allocate the system view for builtin modules earlier in
+       load_builtin_callback so that we also create one for the main
+       executable.
+
+       * include/winuser.h: Vitaliy Margolen <wine-patch@kievinfo.com>
+       Match names for WM_SHOWWINDOW status codes to MSDN.
+
+       * dlls/ole32/oleproxy.c: Mike Hearn <mike@navi.cx>
+       Add some tracing to the IRemUnknown RpcProxyBuffer implementation.
+
+       * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+       Return proper error code.
+       Change ERR to WARN for failed requests.
+
+       * dlls/oleaut32/tests/typelib.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Test only stdole32.tlb as we don't have olepro32.dll in Wine.
+
+       * dlls/kernel/sync.c: Mike Hearn <mh@codeweavers.com>
+       Suppress the noisy SetNamedPipeHandleState fixme.
+
+       * programs/winefile/winefile.c, programs/winefile/winefile.h:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Sync winefile's header between WINE and ReactOS.
+
+       * dlls/kernel/tests/pipe.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Added more pipe tests.
+
+       * 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>
+       Fix tests to work with drivers that don't support a primary buffer.
+
+       * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Added a stub for CryptCATAdminCalcHashFromFileHandle.
+
+       * include/winerror.h: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Added some error codes.
+
+       * configure, configure.ac, dlls/ddraw/Makefile.in,
+         dlls/ddraw/surface_dib.c, dlls/ddraw/surface_fakezbuffer.c,
+         dlls/ddraw/surface_gamma.c, dlls/ddraw/surface_hal.c,
+         dlls/ddraw/surface_main.c, dlls/ddraw/surface_thunks.c,
+         dlls/ddraw/surface_user.c, dlls/ddraw/surface_wndproc.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Moved dsurface object files to ddraw root dir.
+
+       * dlls/dsound/capture.c, dlls/dsound/tests/capture.c:
+       Robert Reif <reif@earthlink.net>
+       Add tests to check DirectSoundCapture creation.
+       Fix dsound/capture.c to pass tests.
+
+2005-06-04  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/cmdlgtst/cmdlgtst.c, programs/regedit/edit.c,
+         programs/regedit/framewnd.c, programs/regedit/listview.c,
+         programs/regedit/main.c, programs/regedit/regedit.c,
+         programs/regedit/regproc.c, programs/regedit/regproc.h,
+         programs/regedit/treeview.c, programs/regsvr32/regsvr32.c,
+         programs/rpcss/rpcss_main.c, programs/winedbg/dbg.y,
+         programs/winetest/main.c, programs/winetest/send.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
+
+       * dlls/commdlg/filedlg.c: Huw Davies <huw@codeweavers.com>
+       If a folder is selected on Open then browse into it, otherwise we
+       should return the path in the edit box whether that be a folder or a
+       file.
+       Don't add extensions to a folder.
+
+       * dlls/comctl32/listview.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Fix some missed invalidations after column resize.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Implement asn.1 decoding of integers, with tests.
+
+       * dlls/commdlg/filedlg.c: Huw Davies <huw@codeweavers.com>
+       Use DWLP_MSGRESULT to return values from the dialog proc.
+
+       * dlls/qcap/Makefile.in, dlls/qcap/capture.h, dlls/qcap/v4l.c,
+         dlls/qcap/vfwcapture.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Implemented VfwCapture interface.
+
+       * dlls/msi/action.h, dlls/msi/dialog.c:
+       Aric Stewart <aric@codeweavers.com>
+       Mike McCormack <mike@codeweavers.com>
+       Allow dialog controls to subscribe to installer events.
+
+       * dlls/dsound/capture.c, dlls/dsound/dsound.spec,
+         dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+         dlls/dsound/propset.c, include/dsound.h:
+       Robert Reif <reif@earthlink.net>
+       Finish DirectSoundCapture/DirectSoundCapture8 split.
+       Add tests to verify split.
+
+       * dlls/quartz/videorenderer.c: Christian Costa <titan.costa@wanadoo.fr>
+       Release clock only when one is set.
+
+       * dlls/comctl32/tab.c: James Hawkins <truiken@gmail.com>
+       - Factor out common text shifting logic.
+       - Shift selected tab text up instead of down.
+
+       * include/winerror.h: Juan Lang <juan_lang@yahoo.com>
+       Added a bunch of crypto error codes.
+
+       * dlls/msi/format.c: Aric Stewart <aric@codeweavers.com>
+       Make sure the TRACE statements do not spew garbage by using
+       debugstr_wn.
+
+       * dlls/commdlg/filedlg.c: Huw Davies <huw@codeweavers.com>
+       Send CDN_FOLDERCHANGE whenever we change folder.
+
+       * dlls/mlang/tests/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+       Remove ntdll from imports.
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Take the dialog frame into account when calculating the dialog size.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Since multiple progids can refer to 1 class we need to check if that
+       class is isntalled instead of just relying on having it set the
+       InstallMe variable.
+
+       * configure, configure.ac, dlls/ddraw/Makefile.in,
+         dlls/ddraw/ddraw_hal.c, dlls/ddraw/ddraw_main.c,
+         dlls/ddraw/ddraw_thunks.c, dlls/ddraw/ddraw_user.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Moved ddraw object files to ddraw root dir.
+
+2005-06-03  Alexandre Julliard  <julliard@winehq.com>
+
+       * configure, configure.ac, dlls/ddraw/Makefile.in,
+         dlls/ddraw/clipper.c, dlls/ddraw/palette_hal.c,
+         dlls/ddraw/palette_main.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Moved clipper and palette objects files to ddraw root dir.
+
+       * tools/wine.inf: Lionel Ulmer <lionel.ulmer@free.fr>
+       Added keys to install all known DPlay service providers.
+
+       * dlls/capi2032/capi2032.spec: Troy Rollo <wine@troy.rollo.name>
+       Remove CR characters.
+
+       * dlls/crypt32/cert.c: Juan Lang <juan_lang@yahoo.com>
+       Get rid of a magic number, and improve stubs of
+       CertOpenSystemStoreA/W.
+
+       * dlls/crypt32/encode.c: Juan Lang <juan_lang@yahoo.com>
+       Rearrange Crypt{De|En}codeObjectEx to make error handling more
+       natural.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Fix position of column header labels.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Locate where a buffer size is not being set and correctly handle the
+       buffer size conversion from W to A (with help from Robert Shearman).
+
+       * dlls/ntdll/nt.c, include/winternl.h:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Change SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP/W2K3 structure.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Add install_on_demand for Extension servers also. currently defaulting
+       to TRUE.
+       Extension need to have 1 verb to mark the given progid to be
+       installed.
+
+2005-06-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ole32/tests/moniker.c: Richard Cohen <richard@daijobu.co.uk>
+       - Don't assume the ROT is already empty.
+       - Test that IEnum::Clone doesn't also do a Reset.
+
+       * dlls/ole32/moniker.c: Richard Cohen <richard@daijobu.co.uk>
+       IEnum::Clone shouldn't do a Reset.
+
+       * dlls/msi/action.c, dlls/msi/action.h:
+       Aric Stewart <aric@codeweavers.com>
+       Do not loop if a ProgId's Parent Index it itself.
+       Add a VersionIndIndex for tracking version independent fields for the
+       ProgIds properly.
+
+       * dlls/msdmo/dmoreg.c: Marcus Meissner <meissner@suse.de>
+       Drop duplicate definition of IID_IEnumDMO.
+
+       * dlls/ole32/tests/moniker.c: Richard Cohen <richard@daijobu.co.uk>
+       Added tests for file monikers.
+
+       * dlls/ole32/filemoniker.c: Richard Cohen <richard@daijobu.co.uk>
+       - Base FileMonikerImpl_Save() on XP.
+       - Correct handling of Unicode strings & multibyte locales.
+       - More error checking.
+       - Change ERR to WARN.
+       - Match Windows quick & dirty estimate for GetSizeMax().
+
+       * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+       Use MSI_QueryGetRecord in one more place.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Added a couple missing prototypes.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Print a message for skipped actions in ProcessExecSequence like in the
+       UISequence.
+
+       * dlls/shell32/shellpath.c, dlls/shell32/tests/shellpath.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Set default for "My Documents" to $HOME, and "Desktop" to ~/Desktop.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Do not change a features state to Advertise if it explicitly disallows
+       it.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       For typelibs index 1 do not add \\1 to the path. This cleans up
+       registry diffs with native MSI.
+
+       * programs/winecfg/appdefaults.c, programs/winecfg/audio.c,
+         programs/winecfg/drive.c, programs/winecfg/drivedetect.c,
+         programs/winecfg/driveui.c, programs/winecfg/libraries.c,
+         programs/winecfg/main.c, programs/winecfg/winecfg.c,
+         programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c,
+         programs/winemenubuilder/winemenubuilder.c, programs/winemine/main.c,
+         programs/winetest/gui.c, programs/winhelp/macro.c:
+       Mike McCormack <mike@codeweavers.com>
+       Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Register the FileType and correct short vs long path problems with
+       InprocServer32. Also add install_on_demand boolean for future
+       expansion.
+
+       * programs/winecfg/De.rc, programs/winecfg/winecfg.rc,
+         programs/winefile/De.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       Update German resource files.
+
+       * dlls/user/message.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Update internal state only if the message is being removed.
+
+       * dlls/Makefile.in:
+       Temp hack to clean up .def files and hopefully avoid more bug
+       reports about failed builds.
+
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/.cvsignore,
+         dlls/crypt32/tests/Makefile.in, dlls/crypt32/tests/encode.c,
+         include/wincrypt.h:
+       Juan Lang <juan_lang@yahoo.com>
+       - add some tests for OID functions
+       - implement encoding integers
+
+       * dlls/ddraw/ddraw_private.h: Christian Costa <titan.costa@wanadoo.fr>
+       Merged remaining header files in DirectDraw objects folders into
+       ddraw_private.h.
+
+       * dlls/kernel/tests/locale.c: Mike McCormack <mike@codeweavers.com>
+       Make sure that unused code gets compiled to avoid warnings.
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/volume.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added stubs for GetVolumePathName(A,W).
+
+       * loader/preloader.c: Marcus Meissner <marcus@jet.franken.de>
+       Elf32_auxv_t.a_un.a_ptr no longer exists in HEAD glibc CVS, use
+       a_val.
+
+       * dlls/msi/action.c, dlls/msi/custom.c:
+       Mike McCormack <mike@codeweavers.com>
+       Use the new helper function MSI_QueryGetRecord.
+
+       * dlls/msi/dialog.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c:
+       Mike McCormack <mike@codeweavers.com>
+       Create a helper function to fetch a single record from a query.
+
+       * programs/wineboot/wineboot.c: Juan Lang <juan_lang@yahoo.com>
+       Print command that fails to make error message a little more
+       comprehensible.
+
+       * dlls/dsound/Makefile.in, dlls/dsound/capture.c, dlls/dsound/duplex.c:
+       Robert Reif <reif@earthlink.net>
+       Move FullDuplex code from capture.c to duplex.c.
+
+       * include/Makefile.in, include/snmp.h: Juan Lang <juan_lang@yahoo.com>
+       Added snmp.h.
+
+2005-06-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/win32s/w32skernel.c: Avoid dependency on thread.h.
+
+       * dlls/dsound/propset.c: Robert Reif <reif@earthlink.net>
+       Fix property set description for more than one capture device bug.
+       Add better traces messages.
+
+       * 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/dplay_global.h, 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/dsound_private.h,
+         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/itss/itss.c, dlls/itss/moniker.c,
+         dlls/itss/storage.c, dlls/mapi32/prop.c, dlls/mlang/mlang.c,
+         dlls/msdmo/dmoreg.c, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/oleobj.c,
+         dlls/mshtml/persist.c, dlls/mshtml/view.c, dlls/msi/msi.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make more of the OLE interface vtables const.
+
+       * dlls/ddraw/d3d_private.h: Christian Costa <titan.costa@wanadoo.fr>
+       Merged d3ddevice/main.h and direct3d/main.h into d3d_private.h.
+       Fixed Thunk_IDirect3DImpl_2_CreateViewport.
+
+       * include/commctrl.h: Dimi Paun <dimi@lattica.com>
+       Minor formattting fixes.
+
+       * include/winuser.h: Dimi Paun <dimi@lattica.com>
+       Add definitions for IDTRYAGAIN and IDCONTINUE.
+
+       * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c:
+       Mike McCormack <mike@codeweavers.com>
+       Add stubs and stub implementations.
+
+       * include/wintrust.h: Mike McCormack <mike@codeweavers.com>
+       Define some functions and structures.
+
+       * dlls/msi/dialog.c: Aric Stewart <aric@codeweavers.com>
+       Mike McCormack <mike@codeweavers.com>
+       Fix handling of checkbox properties.
+
+       * dlls/x11drv/desktop.c, dlls/x11drv/event.c, dlls/x11drv/init.c,
+         dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c:
+       Use standard TLS functions instead of a TEB internal field to access
+       per-thread data.
+
+       * dlls/gdi/gdi_main.c: Always load 16-bit gdi.exe at init time.
+
+       * dlls/setupapi/parser.c:
+       Revert previous change, it shouldn't be necessary (reported by Rob
+       Shearman).
+
+       * dlls/shell32/tests/shelllink.c, dlls/shell32/tests/shlfileop.c,
+         dlls/shell32/tests/shlfolder.c:
+       Mike McCormack <mike@codeweavers.com>
+       Eliminate some -Wwrite-strings warnings.
+
+       * dlls/rpcrt4/ndr_marshall.c: Robert Shearman <rob@codeweavers.com>
+       - Improve tracing.
+       - Implement FC_UP and partially FC_OP.
+       - Don't needlessly marshal 4 bytes in NdrPointer*.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       If we are accessing a method from a superclass then we need to use the
+       superclass's ITypeInfo otherwise we could get errors when accessing
+       hreftypes that aren't present in the subclass.
+
+       * dlls/oleaut32/typelib.c: Robert Shearman <rob@codeweavers.com>
+       - Fix the return values from QueryPathOfRegTypeLib.
+       - Open registry key with least access rights necessary.
+       - Documentation updates.
+
+       * dlls/oleaut32/dispatch.c: Robert Shearman <rob@codeweavers.com>
+       DispInvoke is correct so there is no need to print a fixme.
+
+       * dlls/msi/format.c: Mike McCormack <mike@codeweavers.com>
+       Clean up headers and make some functions static.
+
+       * dlls/msvideo/drawdib.c: Richard Cohen <richard@daijobu.co.uk>
+       - Add static, const.
+       - Don't change the passed in bitmap header.
+
+       * dlls/msi/msipriv.h: Mike McCormack <mike@codeweavers.com>
+       - avoid unicode.h
+       - add a missing function prototype
+
+2005-05-31  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/user/tests/win.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+       Added test case for infinite loops on RDW_REDRAWNOW.
+
+       * dlls/user/painting.c, include/wine/server_protocol.h,
+         server/protocol.def, server/trace.c, server/window.c:
+       Added a from_child parameter to the get_update_region request to allow
+       restarting the search from a given child, in order to avoid looping
+       forever on windows that don't repaint correctly.
+
+       * dlls/setupapi/parser.c: Skip the Unicode signature if present.
+
+       * dlls/kernel/instr.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Added IDT emulation.
+
+       * dlls/ntdll/directory.c: Detlef Riekenberg <wine.dev@web.de>
+       Mark links to dir with FILE_ATTRIBUTE_REPARSE_POINT, so modern
+       applications can use this additional information.
+
+       * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec,
+         dlls/kernel/profile.c, dlls/ntdll/rtlstr.c, include/winbase.h,
+         include/winternl.h:
+       Fixed RtlIsTextUnicode prototype, and made it properly take into
+       account the results of the tests to determine the return value.
+
+       * include/commctrl.h: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       TV_ITEM is the old name of TVITEM, shouldn't be used any more.
+
+       * dlls/msi/action.c, dlls/msi/query.h:
+       Mike McCormack <mike@codeweavers.com>
+       Remove some unused code.
+
+       * dlls/winspool/Makefile.in: Remove import lib on make clean.
+
+       * dlls/wineps/Makefile.in:
+       Fixed install rule (reported by Vincent Béron).
+
+       * dlls/version/tests/.cvsignore, dlls/version/tests/Makefile.in,
+         dlls/version/tests/info.c, dlls/version/tests/version.rc:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Test GetFileVersionInfoSizeA with executables.
+
+       * dlls/ddraw/Makefile.in, dlls/ddraw/convert.c,
+         dlls/ddraw/ddraw_utils.c, dlls/ddraw/helper.c,
+         dlls/ddraw/struct_convert.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Merged convert.c, struct_convert.c and helper.c into ddraw_utils.c.
+
+       * dlls/ntdll/sec.c: Evan Deaubl <wine@warpedview.com>
+       Robert Shearman <rob@codeweavers.com>
+       - Implement RtlGetControlSecurityDescriptor.
+       - Fix NtAccessCheck so it works with relative SECURITY_DESCRIPTORs.
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/encode.c,
+         dlls/crypt32/main.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - implement Crypt{Get|Set}OIDFunctionValue
+       - fix bug and memory leak in last patch
+
+       * 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, dlls/dsound/sound3d.c:
+       Robert Reif <reif@earthlink.net>
+       Add multiple DIRECTSOUND object support (multiple sound cards can play
+       at the same time).
+       Fix CoCreateInstance when no sound card is present.
+       Fix create bug found by Mike Hearn.
+
+       * dlls/kernel/tests/drive.c, dlls/kernel/tests/format_msg.c,
+         dlls/kernel/tests/locale.c, dlls/kernel/tests/path.c:
+       Mike McCormack <mike@codeweavers.com>
+       Some warning fixes for the regression tests.
+
+       * dlls/msi/database.c, dlls/msi/dialog.c, dlls/msi/events.c,
+         dlls/msi/msipriv.h, dlls/msi/msiquery.c, dlls/msi/package.c,
+         dlls/msi/record.c, dlls/msi/table.c:
+       Mike McCormack <mike@codeweavers.com>
+       More -Wmissing-declarations and -Wwrite-strings warning fixes.
+
+       * dlls/msi/sql.y: Mike McCormack <mike@codeweavers.com>
+       Improve number parsing and avoid unicode.h.
+
+2005-05-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/directory.c: Francois Gouget <fgouget@codeweavers.com>
+       On some systems (linux 2.6.8) AFS fails to set d_reclen to 0 or does
+       not support VFAT_IOCTL_READDIR_BOTH but returns 0 (success) anyway. So
+       set d_reclen to 65535 (an impossible value) before the ioctl() and
+       check it afterwards to work around this bug.
+
+       * dlls/msi/insert.c, dlls/msi/query.h, dlls/msi/sql.y:
+       Mike McCormack <mike@codeweavers.com>
+       Remove more types from the parser.
+
+       * dlls/msi/msi.c, dlls/msi/suminfo.c, include/msi.h,
+         include/msiquery.h:
+       Mike McCormack <mike@codeweavers.com>
+       Add and correct some function declarations.
+
+       * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/audio.h:
+       Robert Reif <reif@earthlink.net>
+       Add support for more than 2 audio channels.
+
+       * dlls/ddraw/tests/.cvsignore, dlls/ddraw/tests/Makefile.in,
+         dlls/ddraw/tests/dsurface.c:
+       Antoine Chavasse <a.chavasse@gmail.com>
+       - Implemented the implicit creation of mipmaps for surfaces that have
+         DDSCAPS_COMPLEX, DDSCAPS_MIPMAP and for which the mipmap count is
+         not specified.
+       - Implemented test cases for mipmap textures creation.
+
+       * dlls/comctl32/listview.c: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Added the feature to change row height in owner draw controls.
+
+       * dlls/user/edit.c: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Corrected the determination of capturing inside EDIT_WM_MouseMove
+       function.
+
+       * dlls/devenum/createdevenum.c, dlls/devenum/devenum_private.h,
+         dlls/devenum/factory.c, dlls/devenum/mediacatenum.c,
+         dlls/devenum/parsedisplayname.c, dlls/dinput/device_private.h,
+         dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+         dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+         dlls/dinput/keyboard.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:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make more of the OLE interface vtables const.
+
+       * dlls/comctl32/monthcal.c, dlls/crypt32/protectdata.c,
+         dlls/msi/action.h, dlls/opengl32/make_opengl,
+         dlls/wined3d/vertexdeclaration.c, dlls/winmm/winmm_En.rc:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * programs/msiexec/version.rc:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Update version resource of msiexec.exe to current version shipped from
+       Windows Update.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Nl.rc,
+         programs/winefile/Pl.rc, programs/winefile/Pt.rc,
+         programs/winefile/Ru.rc, programs/winefile/Si.rc,
+         programs/winefile/Sv.rc, programs/winefile/Zh.rc,
+         programs/winefile/resource.h, programs/winefile/resource.rc,
+         programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       - implement commands 'copy' and 'delete'
+       - fix 'move' command for the left pane
+
+2005-05-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/varformat.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added VarMonthName() implementation.
+
+       * dlls/msi/create.c, dlls/msi/insert.c, dlls/msi/order.c,
+         dlls/msi/query.h, dlls/msi/select.c, dlls/msi/sql.y,
+         dlls/msi/update.c:
+       Mike McCormack <mike@codeweavers.com>
+       Get rid of some redundant parser types.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Refresh display after executing a context menu command.
+
+       * dlls/msi/cond.y, dlls/msi/format.c, dlls/msi/tests/db.c,
+         dlls/msi/tests/record.c, dlls/msi/tokenize.c, dlls/msi/where.c:
+       Mike McCormack <mike@codeweavers.com>
+       -Wmissing-declarations and -Wwrite-strings warning fixes.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Makefile.in,
+         programs/winefile/Nl.rc, programs/winefile/Pl.rc,
+         programs/winefile/Pt.rc, programs/winefile/Ru.rc,
+         programs/winefile/Si.rc, programs/winefile/Sv.rc,
+         programs/winefile/Zh.rc, programs/winefile/resource.h,
+         programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Implement file filtering (matching of file name patterns and file
+       types).
+
+       * dlls/msvcrt/dir.c, dlls/msvcrt/msvcrt.spec:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       _findclose() exists on MinGW, so prefix it.
+
+       * programs/winedbg/gdbproxy.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Reindented parts to be conform to the rest of the code.
+
+       * programs/winedbg/stack.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Rewrote all stack backtrace code (more code sharing, easier to follow,
+       and less bugs).
+
+       * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+       - always declare the lstr* functions, even if they're inline
+       - add prototype for ReadDirectoryChangesW
+
+       * dlls/winmm/winealsa/alsa.h: Marcus Meissner <meissner@suse.de>
+       #undef interface before including alsa headers.
+
+       * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+       Fix a multiple sound card interface bug.
+       Add better error messages.
+
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Add SymLoadModule64.
+
+       * dlls/comctl32/listview.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Pass the right hwnd to ReleaseDC().
+
+       * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+       Fix volume control.
+
+       * dlls/d3d8/d3d8_private.h:
+       Kristiaan Lenaerts <kristiaan.lenaerts@gmail.com>
+       gcc 4.0 compile fix.
+
+       * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Fix Estonian keyboard layout to better match the X11 one.
+
+       * dlls/qcap/dllsetup.c: Francois Gouget <fgouget@free.fr>
+       Remove unneeded cast.
+
+       * dlls/oleaut32/tests/vartest.c:
+       Michael Stefaniuc <mstefani@redhat.com>
+       Tests for VarAdd.
+
+       * dlls/oleaut32/variant.c: Michael Stefaniuc <mstefani@redhat.de>
+       - Reimplement VarAdd, had missing functionality and wrong behaviour.
+       - Fix a typo in VarMul.
+
+       * dlls/kernel/local16.c: Dimi Paun <dimi@lattica.com>
+       Fix indentation.
+
+       * programs/winetest/Makefile.in:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Include crypt32 tests into winetest.
+
+       * dlls/crypt32/encode.c: Juan Lang <juan_lang@yahoo.com>
+       Use registered DLLs for encode/decode.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add a few missing defines.
+
+2005-05-27  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/amstream/amstream.c, dlls/amstream/main.c, dlls/atl/registrar.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/d3dxof_private.h,
+         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, include/objbase.h:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make some of the OLE interface vtables const.
+
+       * include/wine/test.h, programs/winetest/main.c:
+       Added --list option to the tests and use that in winetest.
+
+       * dlls/kernel/instr.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Added some privileged instructions emulation.
+
+       * dlls/gdi/gdiobj.c, programs/winevdm/winevdm.c:
+       Dimi Paun <dimi@lattica.com>
+       Move remaining GDI objects to the large heap.
+
+       * dlls/ntdll/loadorder.c, dlls/user/msgbox.c, dlls/user/nonclient.c,
+         dlls/user/text.c:
+       Richard Cohen <richard@daijobu.co.uk>
+       Fix some obsolete comments
+
+       * dlls/msi/tests/.cvsignore, dlls/msi/tests/Makefile.in,
+         dlls/msi/tests/db.c, dlls/msi/tests/format.c:
+       Mike McCormack <mike@codeweavers.com>
+       Aric Stewart <aric@codeweavers.com>
+       Add format record tests.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/custom.c,
+         dlls/msi/events.c, dlls/msi/msipriv.h:
+       Aric Stewart <aric@codeweavers.com>
+       Introduce really basic scripting of actions. This is primarily to get
+       the order of execution of the action correct since some custom actions
+       can be scripted and others are run during the script building phase.
+
+       * dlls/msi/format.c: Aric Stewart <aric@codeweavers.com>
+       Restrict deformating of nested index keys [[1]].
+       Introduce the beginning of group deformating {}.
+
+       * dlls/rsaenh/Makefile.in, dlls/rsaenh/rsaenh.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use the Data Protection API to protect the users private keys.
+
+       * dlls/crypt32/protectdata.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       It's sufficienct for Crypt[Un]ProtectData to acquire the crypto
+       context with the CRYPT_VERIFY_CONTEXT flag set.
+
+       * dlls/qcap/Makefile.in, dlls/qcap/capture.h, dlls/qcap/qcap_main.c,
+         dlls/qcap/vfwcapture.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Implemented VfwCapture interface.
+
+       * dlls/rsaenh/implglue.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use SystemFunction036 to generate random bytes.
+
+       * include/vfw.h: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+       Add declarations for AVICAP and SDK part of Video Capture Driver
+       Interface.
+
+       * dlls/msi/record.c, dlls/msi/tests/record.c:
+       Mike McCormack <mike@codeweavers.com>
+       Test and fix the size of stream fields in a record.
+
+       * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/action.h,
+         dlls/msi/events.c, dlls/msi/msipriv.h:
+       Aric Stewart <aric@codeweavers.com>
+       Mike McCormack <mike@codeweavers.com>
+       Implement dialog events and hook up the dialog code.
+
+       * dlls/uuid/uuid.c: Mike McCormack <mike@codeweavers.com>
+       Add xmldom guids.
+
+       * dlls/amstream/amstream.c: Peter Oberndorfer <kumbayo84@arcor.de>
+       Use proper return values in amstream stub functions.
+
+2005-05-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+         dlls/shell32/shfldr_mycomp.c:
+       Stefan Dösinger <stefandoesinger@gmx.at>
+       *Handle cidl==0 in shfldr_desktop, shfldr_fs and shfldr_mycomp.
+       *Remove the dwAttributes member from the IGenericSFImpl class, it's
+       not needed and can't be initialised in Initialize and InitializeEx.
+
+       * dlls/msi/action.c, dlls/msi/action.h:
+       Aric Stewart <aric@codeweavers.com>
+       First pass at writing out CurVer keys for ProgIds. Also print a
+       message for the actions we skip. Lines up with native MSI output logs
+       for ease of comparison.
+
+       * dlls/odbccp32/odbccp32.c, dlls/odbccp32/odbccp32.spec,
+         include/odbcinst.h:
+       Rein Klazes <wijn@wanadoo.nl>
+       Add a stub for ODBCCPlApplet.
+
+       * dlls/powrprof/powrprof.c, dlls/powrprof/powrprof.spec:
+       Rein Klazes <wijn@wanadoo.nl>
+       Add a stub for IsAdminOverrideActive.
+
+       * dlls/ntdll/file.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Call fileio_terminate for FILE_AsyncWriteService.
+
+       * server/window.c:
+       Crop the update region to the new window rectangle when resizing a
+       window.
+
+       * dlls/user/spy.c:
+       Don't fetch the window class name if it's not needed to compute the
+       message name.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/msipriv.h:
+       Aric Stewart <aric@codeweavers.com>
+       A big rewrite of the whole RegisterClass, RegisterProgId,
+       RegisterExtension and RegisterMIME actions. We now handle verbs
+       properly, handle dependancies and such properly and keep track of what
+       we need to register and what we do not properly.
+
+       * dlls/commdlg/filedlg.c, dlls/commdlg/filedlgbrowser.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use IShellFolder::GetDisplayNameOf instead of SHGetPathFromIDList to
+       be able to browse shell namespace extensions.
+
+       * dlls/comctl32/listview.c: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Added the callback item processing for LISTVIEW_EndEditLabelT
+       function.
+
+       * include/.cvsignore, include/Makefile.in, include/xmldom.idl,
+         include/xmldomdid.h:
+       Mike McCormack <mike@codeweavers.com>
+       Added some idl definitions.
+
+       * tools/widl/parser.y:
+       Workaround to allow using the async keyword as method name.
+
+2005-05-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/user/Makefile.in, dlls/user/cursoricon.c, dlls/user/misc.c,
+         dlls/user/sysparams.c, dlls/user/user_main.c:
+       Moved functions from windows/user.c to more appropriate places, and
+       get rid of that file.
+
+       * server/console.c, server/fd.c, server/file.c, server/mailslot.c,
+         server/main.c, server/named_pipe.c, server/process.c, server/queue.c,
+         server/region.c, server/registry.c, server/request.c,
+         server/signal.c, server/snapshot.c, server/sock.c, server/timer.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Use NULL instead of 0 for all non-handle pointers.
+       - Fix non-ANSI function declarations.
+       - Make a function static.
+
+       * dlls/user/user16.c:
+       Moved a couple of 16-bit functions to dlls/user/user16.c.
+
+       * dlls/user/sysparams.c: Rein Klazes <wijn@wanadoo.nl>
+       Use the screen resolution to convert from twips (1440 twips is one
+       inch) to pixels.
+
+       * dlls/user/Makefile.in, dlls/user/sysparams.c, dlls/user/user16.c,
+         dlls/user/user_private.h:
+       Moved the syscolor functions to dlls/user/sysparams.c.
+
+       * dlls/msi/format.c: Aric Stewart <aric@codeweavers.com>
+       Implement the [!file] format to produce the short filename.
+
+       * include/winbase.h:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Fix small typo.
+
+       * include/Makefile.in, include/idispids.h, include/xmldomdid.h:
+       Mike McCormack <mike@codeweavers.com>
+       Add some more headers.
+
+       * include/wine/test.h, tools/make_ctests.c:
+       Better support for building stand-alone tests.
+
+       * dlls/gdi/gdi32.spec, dlls/gdi/gdiobj.c: Dimi Paun <dimi@lattica.com>
+       Turn a GDI object into a system object via an explicit Wine extension
+       rather then through magical pokes in memory.
+
+       * dlls/kernel/tests/mailslot.c, dlls/kernel/tests/pipe.c,
+         dlls/lzexpand/tests/lzexpand_main.c:
+       Removed STANDALONE ifdefs.
+
+       * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+       Mike McCormack <mike@codeweavers.com>
+       Stub implementation for GetSoftwareUpdateInfo.
+
+       * server/trace.c: Robert Shearman <rob@codeweavers.com>
+       - Print commas between ACE's.
+       - Dump access masks from all ACE's.
+
+       * dlls/comctl32/listview.c: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Corrected the priority of operators for LISTVIEW_GetNextItem
+       function.
+
+2005-05-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure: Release 20050524.
+
+----------------------------------------------------------------
+2005-05-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/qcap/Makefile.in, dlls/qcap/qcap_main.h, dlls/qcap/yuv.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Added YUV routines needed for v4l driver, and in the future possibly
+       other capture drivers too.
+
+       * dlls/kernel/file.c: Rein Klazes <wijn@wanadoo.nl>
+       Work around a problem where WriteFile is asked to write memory
+       protected by DIBSection code.
+
+       * dlls/comctl32/datetime.c, dlls/itss/chm_lib.c, dlls/kernel/instr.c,
+         dlls/wineps/truetype.c, dlls/wintab32/context.c,
+         programs/winedbg/break.c, tools/winedump/pe.c:
+       Hans Leidekker <hans@it.vu.nl>
+       Fix uninitialized warnings.
+
+       * dlls/ntdll/sec.c, include/wine/server_protocol.h,
+         server/protocol.def, server/request.h, server/token.c,
+         server/trace.c:
+       Robert Shearman <rob@codeweavers.com>
+       Implement NtAccessCheck.
+
+       * dlls/urlmon/sec_mgr.c, include/urlmon.idl:
+       Mike McCormack <mike@codeweavers.com>
+       Add the missing interface method PromptAction to
+       IInternetZoneManager.
+
+       * configure, configure.ac, dlls/msvcrt/time.c, include/config.h.in:
+       Phil Krylov <phil@newstar.rinet.ru>
+       Added detection of platforms which don't have external timezone and
+       daylight variables, and emulation of these variables.
+
+       * dlls/comctl32/listview.c: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Added handling of WM_ENABLE message.
+
+       * programs/winedbg/Makefile.in, programs/winedbg/be_alpha.c,
+         programs/winedbg/be_cpu.h, programs/winedbg/be_i386.c,
+         programs/winedbg/be_ppc.c, programs/winedbg/break.c,
+         programs/winedbg/debugger.h, programs/winedbg/gdbproxy.c,
+         programs/winedbg/memory.c, programs/winedbg/tgt_active.c,
+         programs/winedbg/types.c, programs/winedbg/winedbg.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       - started infrastructure for proper multi-target support (active
+         process, minidump...)
+       - all read/write memory ops are now done thru a centralized process_io
+         facility
+       - minor fixes & cleanups in CPU backends
+
+       * dlls/shell32/folders.c, 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>
+       Add a new CLSID for UnixDosFolder, which is identical to UnixFolder,
+       but does unix <-> dos path conversion for GetDisplayNameOf and
+       ParseDisplayName.
+
+       * tools/winedump/dump.c, tools/winedump/minidump.c, tools/winedump/pe.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Print data offset additionally to prefix while dumping data.
+
+       * dlls/x11drv/window.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       SetParent needs to clear 'managed' flag for former top level window.
+
+       * dlls/mshtml/oleobj.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+       Added OLEIVERB_UIACTIVATE handling.
+
+       * include/urlmon.idl: Mike McCormack <mike@codeweavers.com>
+       Define GetSoftwareUpdateInfo and ISoftDistExt.
+
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Handle more Escape situations.
+
+       * tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/spec32.c:
+       Free delayed import modules on PROCESS_DETACH.
+
+       * dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c,
+         dlls/kernel/toolhelp16.c:
+       Steven Edwards <steven_ed4153@yahoo.com>
+       Split Win16 and Win32 toolhelp functions.
+       Compile out win87em and 16bit toolhelp functions if 16 bit support is
+       disabled.
+
+       * programs/winedbg/gdbproxy.c: David Welch <welch@cwcom.net>
+       Added the ability to break into the program when using the gdb proxy.
+
+       * dlls/riched20/paint.c: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+       Use correct background color for the whole richedit control.
+
+       * dlls/user/button.c: Vitaly Lipatov <lav@etersoft.ru>
+       Add BUTTON_NOTIFY_PARENT macro (as in edit.c).
+       Notify parent about WM_KILL/SETFOCUS events.
+
+       * configure, configure.ac, dlls/crypt32/Makefile.in,
+         dlls/crypt32/tests/.cvsignore, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/protectdata.c:
+       Kees Cook <kees@outflux.net>
+       Create basic test suite for CryptProtectData/CryptUnprotectData.
+
+       * dlls/user/nonclient.c, dlls/user/tests/win.c:
+       Richard Cohen <richard@daijobu.co.uk>
+       Fix off-by-one in menu height calculation (& therefore
+       AdjustWindowRect) + test.
+
+       * dlls/comctl32/listview.c: James Hawkins <truiken@gmail.com>
+       Audit the List-View control.
+
+       * programs/winedbg/gdbproxy.c: David Welch <welch@cwcom.net>
+       Fix decoding of thread IDs in the gdbproxy.
+
+       * dlls/uxtheme/draw.c: Kevin Koltzau <kevin@plop.org>
+       Use uniformsizing theme property.
+
+       * include/exdisp.idl: Mike McCormack <mike@codeweavers.com>
+       Define CLSID_ShellWindows.
+
+       * dlls/msi/sql.y: Mike McCormack <mike@codeweavers.com>
+       Simplify parsing of the FROM keyword.
+
+2005-05-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/wine/server_protocol.h, server/protocol.def, server/trace.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Add new server type "struct security_descriptor".
+       - Add tracing for this new type.
+
+       * dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+         dlls/shell32/shfldr_mycomp.c, dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       More robustly query the SHGDN_FORPARSING flag in the shell32's folders
+       GetDisplayNameOf methods.
+
+       * dlls/ole32/oleobj.c: Mike McCormack <mike@codeweavers.com>
+       Remove forward declarations.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Double terminate SZ_MULTI properly.
+       ClassInfo and ExtensionInfo are also written for ADVERTISED
+       components.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Fix a leaking handle.
+       Make MsiCollectUserInfo more internally consistent.
+       Thanks to Mike McCormack.
+
+       * include/winnt.h: Ivan Leo Puoti <ivanleo@gmail.com>
+       Update LDT_ENTRY definition.
+
+       * dlls/msi/sql.y: Mike McCormack <mike@codeweavers.com>
+       Improve parser error checking.
+
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Test cases for URL_UNESCAPE and small fix.
+
+       * programs/winedbg/Makefile.in, programs/winedbg/dbg.y,
+         programs/winedbg/debug.l, programs/winedbg/debugger.h,
+         programs/winedbg/tgt_minidump.c, programs/winedbg/winedbg.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       - now storing exception info (if any) in thread structure
+       - added minidump function in winedbg (write only)
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/ne_module.c:
+       Support unloading 16-bit builtin modules, and properly manage the
+       refcount of the 32-bit owner module.
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/toolhelp.c:
+       Kevin Koltzau <kevin@plop.org>
+       Implement Module32FirstW/NextW.
+
+       * dlls/msi/create.c, dlls/msi/insert.c, dlls/msi/msipriv.h,
+         dlls/msi/msiquery.c, dlls/msi/query.h, dlls/msi/sql.y,
+         dlls/msi/update.c, dlls/msi/where.c:
+       Mike McCormack <mike@codeweavers.com>
+       Track memory allocations in the SQL parser.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Implemented SystemFunction036.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/ne_module.c,
+         include/wine/winbase16.h, tools/winebuild/spec16.c:
+       Moved the generated code segment for 16-bit builtins inside the module
+       structure.
+       Get rid of the BUILTIN16_DESCRIPTOR structure and directly register
+       the MZ header instead.
+
+       * dlls/msi/sql.y: Mike McCormack <mike@codeweavers.com>
+       Simplify parsing of select query.
+
+       * dlls/dplayx/dplay.c: Lionel Ulmer <lionel.ulmer@free.fr>
+       Rewrite DirectPlayEnumerateA and add W version at the same time.
+
+       * dlls/oleaut32/tests/vartest.c: Michael Stefaniuc <mstefani@redhat.de>
+       Tests for VarMul().
+
+       * dlls/oleaut32/variant.c: Michael Stefaniuc <mstefani@redhat.de>
+       Reimplement VarMul(). It can multiply now all variants that the native
+       (WinXP) function supports too.
+
+       * dlls/dbghelp/stack.c, include/dbghelp.h:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       - fixed ReadProcessMemoryProc prototype
+       - made StackWalk work when dbghelp is run against a non running
+         process
+
+       * dlls/ddraw/dsurface/main.c: Antoine Chavasse <a.chavasse@gmail.com>
+       Added traces in GetPrivateData and SetPrivateData.
+       Made SetPrivateData actually store the data from the buffer as well as
+       its size.
+
+       * dlls/ntdll/loader.c:
+       Moved the loaddll trace into the load_builtin_dll function so that it
+       gets printed even when we don't get the expected so file.
+
+       * tools/winedump/lnk.c, tools/winedump/minidump.c,
+         tools/winedump/msmangle.c, tools/winedump/pe.c,
+         tools/winedump/winedump.h, tools/wmc/lang.h, tools/wmc/write.c:
+       Robert Shearman <rob@codeweavers.com>
+       Fix -Wwrite-strings warnings.
+
+       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/string.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Implement minimal _stricoll.
+
+       * dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Add error messages on failure in file moniker load function.
+       - Fix incorrect pointer check in both monikers.
+       - Fix max size calculation of item moniker to match native.
+
+       * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+       - Add a useful trace message.
+       - Fix more places where custom header size was calculated exclusive of
+         the data size member.
+       - Optimize custom marshaling by getting size before calling the custom
+         marshaler so we can write the header before and not use a second
+         stream.
+
+       * dlls/msi/order.c, dlls/msi/query.h, dlls/msi/sql.y:
+       Mike McCormack <mike@codeweavers.com>
+       Create the ORDER BY view in a single call.
+
+       * programs/winefile/winefile.c, programs/winefile/winefile.h:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Bug fixes for _NO_EXTENSIONS mode.
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+       Richard Cohen <richard@daijobu.co.uk>
+       - Remove unused macro.
+       - Check for VT_I8 before testing it.
+       - VarMod returns DISP_E_OVERFLOW not E_INVALIDARG.
+
+       * programs/winedbg/debugger.h, programs/winedbg/memory.c,
+         programs/winedbg/symbol.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Removed the macros for verbose memory read/write operations.
+
+       * dlls/avifil32/avifile.spec, dlls/kernel/comm.drv.spec,
+         dlls/kernel/windebug.spec, dlls/ole32/ole2thk.spec,
+         dlls/setupapi/setupx.spec, dlls/shell32/shell.spec,
+         dlls/user/keyboard.drv.spec, dlls/win32s/win32s16.spec:
+       Comment out stub WEP entry points so that we can call WEP for builtin
+       dlls too.
+
+       * dlls/commdlg/Makefile.in, dlls/commdlg/commdlg.spec,
+         dlls/commdlg/generic.c, dlls/msacm/msacm.spec,
+         dlls/msacm/msacm_main.c, dlls/msvideo/msvideo.spec,
+         dlls/msvideo/msvideo16.c, dlls/ole32/ole16.c,
+         dlls/setupapi/virtcopy.c, dlls/shell32/shell.c,
+         dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec:
+       Removed unnecessary code in the 16-bit DllEntryPoint function of some
+       dlls, and also fixed its ordinal in a few places.
+
+       * dlls/ole32/moniker.c, dlls/ole32/tests/marshal.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Marshal objects & monikers into the ROT.
+       - Test for this behaviour.
+
+       * dlls/riched20/editor.c: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+       - Implement EM_LINESCROLL message handling
+       - Fix a problem with scrolling over the end of the text in
+         WM_WHEELMOUSE.
+
+       * include/wincrypt.h: Kees Cook <kees@outflux.net>
+       Add defines for dwFlags in pPromptStruct and calls to
+       CryptProtectData.
+
+       * include/ntddscsi.h: Ivan Leo Puoti <ivanleo@gmail.com>
+       Added some structs to ntddscsi.h.
+
+       * dlls/msi/msipriv.h, dlls/msi/msiquery.c, dlls/msi/query.h,
+         dlls/msi/sql.y:
+       Mike McCormack <mike@codeweavers.com>
+       - remove the unused utf8 field of an expression
+       - make the parse result a single assignment at top level of parsing
+       - abort parsing on a memory allocation failure
+
+       * dlls/urlmon/tests/url.c, dlls/urlmon/umon.c:
+       Jacek Caban <jack@itma.pwr.wroc.pl>
+       Separated IBinding and IMoniker interfaces.
+
+       * server/registry.c, server/window.c:
+       Rob Shearman <rob@codeweavers.com>
+       Fix several memory leaks.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Nl.rc,
+         programs/winefile/Pl.rc, programs/winefile/Pt.rc,
+         programs/winefile/Ru.rc, programs/winefile/Si.rc,
+         programs/winefile/Sv.rc, programs/winefile/Zh.rc,
+         programs/winefile/resource.h, programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Implement ID_VIEW_SPLIT command.
+
+       * dlls/x11drv/settings.c: Daniel Schepler <schepler@math.berkeley.edu>
+       Implement CDS_TEST flag in ChangeDisplaySettings.
+
+       * dlls/ole32/compositemoniker.c: Kevin Koltzau <kevin@plop.org>
+       Implement Hash function on composite moniker.
+
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+         programs/winedbg/debugger.h, programs/winedbg/expr.c,
+         programs/winedbg/stack.c, programs/winedbg/types.c,
+         programs/winedbg/winedbg.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       - no longer store internally the " for strings
+       - misc clean-ups
+       - activate symbol demangling by default
+
+       * tools/fnt2fon.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Small fix for the font directory resource written by fnt2fon.
+
+       * dlls/ntdll/virtual.c: Mike McCormack <mike@codeweavers.com>
+       Use LIST_FOR_EACH_ENTRY in virtual memory code.
+
+       * dlls/oleaut32/variant.c: Michael Stefaniuc <mstefani@redhat.de>
+       Fix VariantChangeType: calls to VarDecFromCy and VarDecFromDisp had
+       source and destination swapped.
+
+       * dlls/crypt32/protectdata.c: Kees Cook <kees@outflux.net>
+       Correct crypt context init in CryptProtectData/CryptUnprotectData.
+
+       * dlls/dbghelp/dwarf.c: Raphael Junqueira <fenix@club-internet.fr>
+       - fixme when unexpected children found
+       - no more dwarf2_check_sibling errors (ie perfect parsing count) :)
+       - dwarf2_parse_inlined_subroutine, dwarf2_parse_variable
+
+       * dlls/msi/version.rc: Stefan Leichter <Stefan.Leichter@camLine.com>
+       Update version resource of msi.dll to current version shipped from
+       windows update.
+
+2005-05-20  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/crypt32/Makefile.in, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/encode.c, dlls/crypt32/main.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - more fully implement CryptRegisterOIDFunction
+       - implement CryptUnregisterOIDFunction
+       - add stubs for CryptEncodeObject(Ex)/CryptDecodeObject(Ex)
+
+       * dlls/ntdll/directory.c: Gerald Pfeifer <gerald@pfeifer.com>
+       Avoid compiler warning in parse_mount_entries().
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/protectdata.c:
+       Kees Cook <kees@outflux.net>
+       Implement CryptUnprotectData counterpart to CryptProtectData.
+
+       * dlls/kernel/ne_module.c, dlls/kernel/resource16.c,
+         tools/winebuild/build.h, tools/winebuild/res16.c,
+         tools/winebuild/spec16.c:
+       Generate 16-bit resources in the proper format inside the module data,
+       and get rid of the special case for builtins in NE_DefResourceHandler.
+
+       * dlls/msi/table.c: Juan Lang <juan_lang@yahoo.com>
+       Turn handled errors from ERRs to WARNs or TRACEs.
+
+       * dlls/ntdll/file.c: Juan Lang <juan_lang@yahoo.com>
+       Implement NtQueryVolumeInformationFile for type
+       FileFsDeviceInformation on FreeBSD.
+
+       * dlls/comctl32/listview.c: James Hawkins <truiken@gmail.com>
+       Select the item under the point (x,y) in MouseHover.
+
+       * dlls/crypt32/main.c, dlls/crypt32/protectdata.c:
+       Kees Cook <kees@outflux.net>
+       Implement CryptProtectData with best-guess encryption.
+
+       * dlls/oleaut32/tests/safearray.c:
+       Richard Cohen <richard@daijobu.co.uk>
+       Check if VT_R8 and VT_INT_PTR are supported before testing them.
+
+       * dlls/gdi/gdiobj.c: David Hemmo <david.wine@pilsoft.com>
+       GDI_ReleaseObj was not called with the right parameter.
+
+       * dlls/msi/msi.spec: Aric Stewart <aric@codeweavers.com>
+       We have a stub for MsiGetUserInfoA we should use it.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Fix a leaking handle in MsiConfigureProductExW.
+       Implement MsiGetProductCodeW.
+       Implement MsiGetUserInfoW.
+       Implement MsiCollectUserInfoA/W.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Write the RegOwner and RegCompany keys as blank if they do not exist
+       when doing the RegisterUser action.
+
+       * dlls/shell32/iconcache.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Consider only the GIL_FORSHORTCUT flag in SIC_CompareEntries.
+
+       * dlls/gdi/tests/gdiobj.c: Richard Cohen <richard@daijobu.co.uk>
+       Fix gdiobj test on NT4, remove asserts.
+
+       * dlls/opengl32/make_opengl: Francois Gouget <fgouget@free.fr>
+       Add 'use strict' and fix make_opengl accordingly.
+       Add function prototypes.
+       Write "$a $b" rather than the more complex $a . " " . $b.
+       Document which OpenGL spec files need to be downloaded.
+       Update the documentation of the list of supported OpenGL versions.
+       Tweak the usage so it always reports the right command name.
+
+       * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+       Add a bunch of missing declarations and definitions.
+
+       * dlls/crypt32/protectdata.c: Kees Cook <kees@outflux.net>
+       Implement serialization and helper functions for CryptProtectData.
+
+       * include/commctrl.h: James Hawkins <truiken@gmail.com>
+       Update LVGROUP struct to match MSDN.
+
+       * tools/fnt2fon.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make .fon files generated by fnt2fon slightly more compatible with
+       fontforge, freetype and Windows font viewer.
+
+       * tools/sfnt2fnt.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       - Always initialize width table.
+       - FT_Get_Next_Char for some reason returns too high number (1040) if
+         the wine_courier font has been generated by fontforge, use 32 as the
+         1st char instead.
+
+       * tools/winedump/ne.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Print also flags and length of NE resources.
+
+       * dlls/dbghelp/dwarf.c: Raphael Junqueira <fenix@club-internet.fr>
+       - better traces
+       - handle inclusion "levels"
+       - better parsing of subprogram, typedef, pointer, ... entries
+       - arrays, enums, const_type, reference_type parsing
+       - checks parsing cursors errors (when sibling value available)
+       - more utilities functions (dwarf2_parse_attr_as_data)
+
+       * dlls/ntdll/nt.c, include/winternl.h:
+       Ivan Leo Puoti <ivanleo@gmail.com>
+       Rename SystemDriverInformation to SystemModuleInformation.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Fix quoting on queries.
+       Respect '+' and '*' in WriteRegistryValues to only create the key if
+       it does not already exist. Prevents overwriting values with NULL.
+
+       * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+       Quoting fixes.
+
+       * dlls/msi/custom.c: Aric Stewart <aric@codeweavers.com>
+       Correct query quoting based on Mike's patch.
+       Also more error messages about return codes from custom actions and
+       ignore an error that we should be ignoring.
+
+2005-05-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/Makefile.in, dlls/winedos/.cvsignore, dlls/winedos/Makefile.in:
+       Revert previous patch, we still need the winedos import lib for now.
+
+       * configure, configure.ac:
+       Disable Win16 support by default on non-x86 platforms.
+
+       * dlls/Makefile.in, dlls/winedos/.cvsignore, dlls/winedos/Makefile.in:
+       We no longer need a winedos import library.
+
+       * programs/winevdm/Makefile.in, programs/winevdm/winevdm.c:
+       Fail more gracefully if 16-bit support is missing.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       The call to ScreenToClient() changes the content of the 'pt' variable,
+       so it can't be used for the following ShellFolderContextMenu() call.
+
+       * dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+         dlls/ole32/moniker.c, dlls/ole32/moniker.h, dlls/ole32/oleproxy.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Add a generic moniker marshaler that works by saving & loading
+         monikers to & from the stream.
+       - Use the generic moniker marshal in the file & item monikers and add
+         a class factory for each.
+
+       * dlls/comctl32/listview.c: Dimi Paun <dimi@lattica.com>
+       Do not compute the hit test if we don't really need it.
+
+       * dlls/msvcrt/except.c: Juan Lang <juan_lang@yahoo.com>
+       Implement _XcptFilter using signal handlers, and add a couple traces.
+
+       * dlls/winedos/dosexe.h, dlls/winedos/dosmem.c, dlls/winedos/dosvm.c:
+       Refuse to load if 16-bit support is missing.
+
+       * tools/winebuild/spec16.c:
+       Use RaiseException instead of RtlRaiseException in 16-bit spec files
+       since they already depend on kernel32.
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/ne_module.c,
+         tools/winebuild/spec16.c:
+       Renamed __wine_(un)register_dll_16 to __wine_dll_(un)register_16 for
+       consistency with the 32-bit version, and also make the register
+       function use the same prototype as the 32-bit one.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/ne_module.c,
+         dlls/kernel/ne_segment.c, dlls/kernel/resource16.c:
+       Use a memory mapping instead of file I/O to load 16-bit modules.
+
+       * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+       - Change remaining blocks of code with 2-space indentation to 4-space
+         indentation.
+       - Make vtables const.
+       - Remove an unnecessary memcpy and let the compiler do the work.
+
+       * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+       Write custom header up to and including size, not excluding.
+
+       * dlls/msi/package.c, dlls/msi/sql.y, dlls/msi/tests/db.c,
+         dlls/msi/tokenize.c:
+       Mike McCormack <mike@codeweavers.com>
+       Only tables can be backquoted, strings must be single quoted.
+
+       * dlls/msi/action.c: Juan Lang <juan_lang@yahoo.com>
+       Don't fail in RegisterFonts if the Fonts table is missing.
+
+       * programs/winecfg/En.rc, programs/winecfg/driveui.c,
+         programs/winecfg/resource.h:
+       James Hawkins <truiken@gmail.com>
+       Load Show/Hide Advanced strings from resources.
+
+       * dlls/dbghelp/dwarf.c: Raphael Junqueira <fenix@club-internet.fr>
+       - basic parsing of subprogram, typedef, pointer, class, struct, enum
+         entries
+       - indirect strings support
+       - utilities functions (parse_byte, parse_u2, ...)
+
+       * include/wine/rpcfc.h: Eric Kohl <eric.kohl@t-online.de>
+       Define RPC_FC_IGNORE.
+
+       * include/shlobj.h: Kevin Koltzau <kevin@plop.org>
+       Added missing AW define.
+
+       * include/richole.idl: Kevin Koltzau <kevin@plop.org>
+       Add missing typedefs.
+
+       * dlls/kernel/local16.c, include/local.h: Dimi Paun <dimi@lattica.com>
+       Rename back local_compact to LOCAL_Compact for consistency.
+       Get rid of no longer used local.h.
+
+       * dlls/user/user_private.h, windows/syscolor.c, windows/user.c:
+       Dimi Paun <dimi@lattica.com>
+       Remove LOCAL_*() calls from USER, use Local*16() instead.
+
+       * tools/wineprefixcreate.in:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Create link for msiexec.exe in system directory.
+
+       * dlls/ntdll/directory.c: Juan Lang <juan_lang@yahoo.com>
+       Implement get_default_drive_device for FreeBSD.
+
+2005-05-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/heap.c, include/thread.h:
+       Removed last dependencies on 16-bit headers from ntdll.
+
+       * dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c:
+       Robert Shearman <rob@codeweavers.com>
+       Implement IROTData::GetComparisonData for file & item monikers.
+
+       * dlls/kernel/kernel16_private.h, dlls/ntdll/loader.c,
+         include/module.h:
+       Moved entry point definitions from module.h to kernel16_private.h.
+
+       * dlls/devenum/Makefile.in, dlls/devenum/createdevenum.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Add vfwindex when enumerating devices, and make sure every device has
+       a unique registry key, so multiple devices with same name are allowed.
+
+       * dlls/kernel/ne_module.c, tools/winebuild/build.h,
+         tools/winebuild/res16.c, tools/winebuild/spec16.c:
+       Generate the 16-bit module header in the standard on-disk format, so
+       that winebuild doesn't need to know about kernel internal structures.
+
+       * dlls/devenum/mediacatenum.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Pass property bag to IPersistPropertyBag, if supported.
+
+       * configure, configure.ac, dlls/kernel/cpu.c, dlls/kernel/time.c,
+         include/config.h.in:
+       Emmanuel Maillard <e.rsz@libertysurf.fr>
+       Added Darwin 8.0 specific headers.
+
+       * dlls/kernel/ne_module.c:
+       Split the module building functionality of NE_LoadExeHeader into
+       separate functions.
+
+       * dlls/msi/cond.y: Aric Stewart <aric@codeweavers.com>
+       A few small fixes.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       We cannot internally load the files in FileCost because that action
+       may be skipped or not called. So do it in CostInitialize.
+       Quote the file path in SelfRegModules.
+       Do not write squished null guids to the feature registration.
+
+       * dlls/qcap/capturegraph.c: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed SetFilterGraph failure.
+       Added debug info.
+       Added ObjectRefCount info for DllCanUnloadNow.
+
+       * dlls/kernel/kernel32.spec, dlls/user/cursoricon.c,
+         dlls/user/user16.c, include/module.h:
+       Removed implementation of LoadDIBIconHandler16 and
+       LoadDIBCursorHandler16 since they are no longer used, and stop
+       exporting NE_DefResourceHandler.
+
+       * dlls/qcap/Makefile.in, dlls/qcap/pin.c, dlls/qcap/pin.h:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Add pin functions from quartz.
+
+       * dlls/crypt32/Makefile.in, dlls/crypt32/protectdata.c:
+       Kees Cook <kees@outflux.net>
+       Define structures for CryptProtectData/CryptUnprotectData calls.
+
+       * dlls/kernel/tests/pipe.c, dlls/oleaut32/tests/olefont.c,
+         dlls/oleaut32/tests/safearray.c, dlls/oleaut32/tests/vartest.c,
+         dlls/shlwapi/tests/clsid.c, dlls/shlwapi/tests/ordinal.c,
+         dlls/shlwapi/tests/path.c, dlls/shlwapi/tests/shreg.c,
+         dlls/shlwapi/tests/string.c, programs/expand/expand.c,
+         programs/rpcss/rpcss_main.c, programs/uninstaller/main.c,
+         programs/winecfg/drive.c, programs/winemine/main.c,
+         programs/winhelp/hlp2sgml.c:
+       Pierre d'Herbemont <stegefin@free.fr>
+       Remove stdlib.h inclusion if winsock.h is included.
+
+       * dlls/qcap/enumpins.c, dlls/qcap/qcap_main.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       DllCanUnloadNow fix.
+       Fixed ObjRefCount for EnumPins.
+
+       * dlls/comctl32/listview.c: James Hawkins <truiken@gmail.com>
+       - Store the click point in LISTVIEW_INFO.
+       - Move mouse tracking to MouseMove.
+       - Use DragDetect instead of TrackMouse.
+       - Remove the unused TrackMouse function.
+
+       * dlls/dbghelp/msc.c: Fixed a couple of warnings.
+
+       * dlls/quartz/filtergraph.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Added reconnect function for filtergraph.
+
+       * dlls/quartz/memallocator.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed freeing of mediatype.
+
+       * include/wine/list.h: Dimi Paun <dimi@lattica.com>
+       Document the more convenient iteration method.
+
+       * include/wincrypt.h: Kees Cook <kees@outflux.net>
+       Define CryptProtectData/CryptUnprotectData crypt32.dll calls.
+
+       * dlls/msi/action.c, dlls/msi/action.h:
+       Aric Stewart <aric@codeweavers.com>
+       Correctly use short filenames from uncompressed file sources. Also
+       default feature and component install states to ABSENT instead of
+       UNKNOWN.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/ne_module.c,
+         dlls/kernel/snoop16.c:
+       Changed SNOOP16_RegisterDLL to take a module handle instead of
+       pointer. Moved snoop function prototypes to kernel16_private.h.
+
+       * dlls/ntdll/loader.c:
+       Moved import tracing to a separate channel so that +module traces
+       don't contain too much noise.
+
+       * dlls/gdi/gdiobj.c: Dimi Paun <dimi@lattica.com>
+       Remove the LOCAL_*() functions from GDI.
+
+       * programs/winecfg/driveui.c: James Hawkins <truiken@gmail.com>
+       Add handling for drive options.
+
+       * dlls/kernel/toolhelp.c: Dimi Paun <dimi@lattica.com>
+       Remove the LOCAL_*() function calls from KERNEL.
+
+       * dlls/comctl32/listview.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Resize listview column to autofit on a doubleclick on the
+       header-divider.
+
+       * dlls/dbghelp/dwarf.c: Raphael Junqueira <fenix@club-internet.fr>
+       - add some Dwarf2 enums
+       - abbrev entries parser (with attributes)
+       - debug info parser skeleton (see big tag swith in dwarf2_parse).
+
+       * dlls/ntdll/exception.c: Dimi Paun <dimi@lattica.com>
+       Use the more idiomatic form of iterating through the list.
+
+       * dlls/ntdll/virtual.c: Dimi Paun <dimi@lattica.com>
+       Make the argument comments out-of-line.
+
+       * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+       Some error messages and strcmp changes suggested by Dmitry.
+
+       * dlls/ole32/storage32.c: Pierre d'Herbemont <stegefin@free.fr>
+       Big Endian specific code fixes in order to conform with
+       NONAMELESSSTRUCT.
+
+       * dlls/shell32/shlfolder.c: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Added the processing for determination of SFGAO_HASSUBFOLDER flag in
+       SHELL32_GetItemAttribute function.
+
+       * include/commctrl.h: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Exchanged the values for LVA_ALIGNLEFT style and LVA_DEFAULT style.
+
+       * programs/winhelp/hlpfile.c: Kouji Sasaki <taro-x@justsystem.co.jp>
+       Corrected RLE decompression processing.
+
+       * dlls/dbghelp/msc.c, dlls/dbghelp/path.c:
+       Raphael Junqueira <fenix@club-internet.fr>
+       Fix open_pdb_file (used for locate/open pdbs):
+       - pdb_match heuristic now only stop when "first file" exists
+       - SymFindFileInPath now fill output buffer with a valid value on
+         success.
+
+2005-05-17  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/devenum/devenum.spec, dlls/devenum/devenum_main.c,
+         dlls/dmcompos/dmcompos.spec, dlls/dmcompos/dmcompos_main.c,
+         dlls/dmcompos/regsvr.c, dlls/dmime/dmime.spec,
+         dlls/dmime/dmime_main.c, dlls/dmime/regsvr.c,
+         dlls/dmstyle/dmstyle.spec, dlls/dmstyle/dmstyle_main.c,
+         dlls/dmstyle/regsvr.c, dlls/dsound/dsound.spec,
+         dlls/dsound/dsound_main.c, dlls/dsound/regsvr.c,
+         dlls/hhctrl.ocx/hhctrl.ocx.spec, dlls/hhctrl.ocx/regsvr.c,
+         dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c,
+         dlls/quartz/main.c, dlls/quartz/quartz.spec, dlls/quartz/regsvr.c,
+         dlls/rsaenh/rsaenh.c, dlls/rsaenh/rsaenh.spec, dlls/shdocvw/regsvr.c,
+         dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c:
+       Robert Shearman <rob@codeweavers.com>
+       Rename MODULENAME_Dll* functions to Dll* for better consistency and
+       type checking.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/local16.c,
+         dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+         dlls/kernel/relay16.c, dlls/kernel/resource16.c,
+         dlls/kernel/snoop16.c, dlls/kernel/task.c:
+       Renamed some fields in NE_MODULE to use the same name as in the
+       exported IMAGE_OS2_HEADER structure.
+
+       * dlls/gdi/gdiobj.c: Dimi Paun <dimi@lattica.com>
+       Use standard TRACE macro.
+
+       * programs/msiexec/msiexec.c: Robert Shearman <rob@codeweavers.com>
+       Rename DllRegisterServer and DllUnregisterServer to avoid confusion
+       with the COM functions of different signatures.
+
+       * include/objbase.h: Robert Shearman <rob@codeweavers.com>
+       Add Wine-only type checking for DllRegisterServer and
+       DllUnregisterServer.
+
+       * dlls/dbghelp/Makefile.in, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/dwarf.c, dlls/dbghelp/elf_module.c:
+       Raphael Junqueira <fenix@club-internet.fr>
+       Beginning of dbghelp dwarf2 support:
+       - add elf_module entry for dwarf2_parse
+       - stubbed dwarf2_parse in new dwarf.c file
+
+       * dlls/user/edit.c: Dimi Paun <dimi@lattica.com>
+       Use standard Local*16() functions instead of LOCAL_*() ones.
+
+       * dlls/qcap/Makefile.in, dlls/qcap/enumpins.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Added EnumPins from quartz for internal use.
+
+       * dlls/kernel/kernel16_private.h, dlls/kernel/ne_module.c,
+         include/module.h, tools/winebuild/spec16.c:
+       Use the exported IMAGE_OS2_HEADER to generate the module header in the
+       spec file, and moved the NE_MODULE structure definition to
+       kernel16_private.h.
+
+       * programs/winecfg/En.rc, programs/winecfg/resource.h:
+       James Hawkins <truiken@gmail.com>
+       Add ShowDirSymLink and ShowDotFiles to the drive ui.
+
+       * dlls/comctl32/tab.c: James Hawkins <truiken@gmail.com>
+       Fixed centering of tab text.
+
+       * dlls/qcap/dllsetup.c: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed initialisation crash on loading qcap dll.
+
+       * dlls/ole32/ole2.c: Juan Lang <juan_lang@yahoo.com>
+       Obvious fixes to PropVariantClear and PropVariantCopy for vector
+       types.
+
+       * dlls/qcap/enummedia.c: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed qcap's inherited enummedia bugs.
+
+2005-05-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ole32/stg_prop.c: Juan Lang <juan_lang@yahoo.com>
+       Add a comment, and a no-op cleanup.
+
+       * dlls/msi/action.c, include/msidefs.h:
+       Aric Stewart <aric@codeweavers.com>
+       Correct a problem with parse_data if binary data was not in full bytes.
+       More properly handle uncompressed file sources, fix the creating and
+       parsing of Source Directories.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Makefile.in,
+         programs/winefile/Nl.rc, programs/winefile/Pl.rc,
+         programs/winefile/Pt.rc, programs/winefile/Ru.rc,
+         programs/winefile/Si.rc, programs/winefile/Sv.rc,
+         programs/winefile/Zh.rc, programs/winefile/resource.h,
+         programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Implement connecting and disconnecting of network drives.
+
+       * dlls/kernel/atom16.c, dlls/kernel/debugger.c, dlls/kernel/global16.c,
+         dlls/kernel/instr.c, dlls/kernel/kernel16_private.h,
+         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/relay16.c,
+         dlls/kernel/resource16.c, dlls/kernel/snoop16.c,
+         dlls/kernel/system.c, dlls/kernel/task.c, dlls/kernel/thunk.c,
+         dlls/kernel/wowthunk.c, include/module.h:
+       Moved a bunch of definitions out of module.h into a new
+       kernel16_private.h header.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/odbccp32/.cvsignore,
+         dlls/odbccp32/Makefile.in, dlls/odbccp32/odbccp32.c,
+         dlls/odbccp32/odbccp32.spec:
+       Mike McCormack <mike@codeweavers.com>
+       Initial mostly stub implementation of ODBC control panel.
+
+       * server/token.c: Robert Shearman <rob@codeweavers.com>
+       Add user attribute to token objects.
+
+       * dlls/ole32/stg_prop.c: Juan Lang <juan_lang@yahoo.com>
+       Differentiate between version 0 and version 1 property storages.
+
+       * dlls/dbghelp/stack.c, dlls/kernel/comm.c, dlls/kernel/instr.c,
+         dlls/kernel/kernel_main.c, dlls/kernel/locale.c,
+         dlls/kernel/syslevel.c, dlls/kernel/task.c, dlls/kernel/thread.c,
+         dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/ntdll/file.c,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/path.c, dlls/ntdll/signal_i386.c,
+         dlls/ntdll/sync.c, dlls/user/winproc.c, include/winternl.h:
+       Removed the special casing of kernel32 and ntdll for the TEB
+       definition in winternl.h.
+
+       * dlls/kernel/atom16.c, dlls/kernel/debugger.c, dlls/kernel/error16.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/relay16.c, dlls/kernel/snoop16.c, dlls/kernel/system.c,
+         dlls/kernel/task.c, dlls/kernel/thunk.c, dlls/kernel/toolhelp.c,
+         dlls/kernel/wowthunk.c, include/local.h, include/stackframe.h:
+       Moved the remaining stack frame definitions to kernel_private.h and
+       removed stackframe.h.
+
+       * dlls/dbghelp/stack.c, dlls/user/winproc.c, dlls/user/wnd16.c,
+         programs/winedbg/stack.c, tools/winebuild/relay.c,
+         tools/winebuild/spec16.c:
+       Avoid referencing stackframe.h from outside kernel32.
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+         dlls/ole32/ole2.c, dlls/ole32/ole2_16.c, dlls/ole32/ole32_main.c,
+         dlls/ole32/ole32_main.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Move the Dll init function to compobj.c to avoid having global
+       variables. Remove need of ole32_main.h.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Nl.rc,
+         programs/winefile/Pl.rc, programs/winefile/Pt.rc,
+         programs/winefile/Ru.rc, programs/winefile/Si.rc,
+         programs/winefile/Zh.rc, programs/winefile/resource.h,
+         programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Implement menu entry "format disk" (derived from Robert Dickenson's
+       code).
+
+       * dlls/advapi32/registry.c, dlls/ntdll/reg.c:
+       Robert Shearman <rob@codeweavers.com>
+       Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey.
+
+       * dlls/kernel/local16.c: Dimi Paun <dimi@lattica.com>
+       Use the standard Local*16() instead of LOCAL_*() functions.
+
+       * dlls/dinput/device.c: Robert Reif <reif@earthlink.net>
+       Effect objects are not supported yet so don't crash when trying to
+       enumerate them.
+
+       * dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+         dlls/kernel/relay16.c, dlls/kernel/snoop16.c, dlls/winedos/relay.c,
+         include/builtin16.h, include/stackframe.h, include/wine/winbase16.h,
+         tools/winebuild/spec16.c:
+       Moved data structures for 16-bit relay calls to winbase16.h and
+       removed builtin16.h.
+
+       * dlls/rsaenh/rsaenh.c: Kees Cook <kees@outflux.net>
+       Avoid segfault in hash update with corrupted decrypt data.
+
+       * dlls/riched20/run.c: Michael Stefaniuc <mstefani@redhat.de>
+       Change an assert to a WARN.
+
+       * dlls/gdi/path.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Keep width for cosmetic pens, don't use LPtoDP() for widths and
+       convert the dashes for PS_USERSTYLE pens into device units.
+
+       * dlls/advapi32/eventlog.c, dlls/riched20/editor.c,
+         dlls/richedit/richedit.c, dlls/rpcrt4/ndr_stubless.c:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Provide minimal API documentation in advapi/eventlog.c to silence some
+       winapi_check output.
+       Move around functions in riched20, richedit and rpcrt4 to achieve the
+       same goal.
+
+       * dlls/rsaenh/rsaenh.c: Kees Cook <kees@outflux.net>
+       Avoid segfault when detecting decryption buffer size.
+
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Correct return value of fsetpos.
+
+       * dlls/setupapi/queue.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Minor fix in SetupQueueCopySectionW.
+
+       * dlls/kernel/local16.c: Dimi Paun <dimi@lattica.com>
+       Avoid using some LOCAL_*() functions.
+
+       * programs/winefile/Sv.rc, programs/winefile/rsrc.rc:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Swedish translation of winefile resources by David Nordenberg,
+       proofread by Andreas Bjerkeholt.
+
+       * programs/winefile/De.rc, programs/winefile/En.rc,
+         programs/winefile/Es.rc, programs/winefile/Fr.rc,
+         programs/winefile/Hu.rc, programs/winefile/It.rc,
+         programs/winefile/Nl.rc, programs/winefile/Pt.rc,
+         programs/winefile/Ru.rc, programs/winefile/Si.rc,
+         programs/winefile/Zh.rc, programs/winefile/resource.h,
+         programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Implement switching of file sort order.
+
+       * include/shlobj.h: Martin Fuchs <martin-fuchs@gmx.net>
+       Define flags for SHFormatDrive().
+
+       * dlls/dbghelp/stabs.c: Hans Leidekker <hans@it.vu.nl>
+       Silence some unknown stab type messages.
+
+       * dlls/ole32/ole16.c: Marcus Meissner <marcus@jet.franken.de>
+       Make _xmalloc16() static.
+
+       * dlls/ole32/ftmarshal.c: Marcus Meissner <marcus@jet.franken.de>
+       Staticify FTMarshalImpl definition.
+
+       * dlls/ole32/hglobalstream.c: Marcus Meissner <marcus@jet.franken.de>
+       Make HGLOBALStream_* functions static.
+
+       * include/.cvsignore, include/Makefile.in, include/msxml.idl,
+         include/msxmldid.h:
+       Mike McCormack <mike@codeweavers.com>
+       Added some xml headers.
+
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Update win16.api and win32.api to keep up with current Wine
+       development.
+
+       * dlls/ntdll/ntdll.spec, dlls/unicows/unicows.spec:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Correct arg count for 3 functions in ntdll.spec and unicows.spec.
+
+       * dlls/user/sysparams.c, include/winuser.h:
+       Michael Stefaniuc <mstefani@redhat.de>
+       Add some SystemParametersInfo SPI_* defines.
+
+       * 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,
+         dlls/dinput/tests/joystick.c:
+       Robert Reif <reif@earthlink.net>
+       Pass around real version and do correct thing based on it.
+       Change cooperative level to pass on windows.
+
+       * dlls/ole32/stg_prop.c: Juan Lang <juan_lang@yahoo.com>
+       Store property names in the code page of the property set.
+
+2005-05-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/winefile/resource.h, programs/winefile/resource.rc,
+         programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       - spelling fixes (prefered -> preferred)
+       - add ", {0, 0}, 0, 0" in comment lines
+       - update copyright statement
+
+       * dlls/ole32/moniker.c, dlls/ole32/tests/moniker.c:
+       Jeff Latimer <jeffl@defcen.gov.au>
+       Implement the IEnumMoniker interface for the ROT and provide tests to
+       exercise the interface.
+
+       * dlls/gdi/path.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Convert pen width to DP in StrokePath().
+
+       * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
+       Mike McCormack <mike@codeweavers.com>
+       Set thread priorities to time critical.
+
+       * dlls/user/tests/win.c, dlls/user/win.c:
+       Paul Vriens <paul.vriens@xs4all.nl>
+       Check for a NULL pointer in GetWindowTextA/W.
+
+       * dlls/ntdll/directory.c: Robert Lunnon <bobl@optushome.com.au>
+       Implement get_default_drive_device for Solaris.
+
+       * dlls/gdi/gdiobj.c, dlls/kernel/kernel32.spec, dlls/kernel/local16.c,
+         include/local.h, windows/user.c:
+       Dimi Paun <dimi@lattica.com>
+       Make LOCAL_*() just wrappers around Local*16() functions.
+
+       * dlls/dbghelp/stack.c, dlls/kernel/kernel_main.c,
+         dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+         dlls/kernel/system.c, dlls/kernel/task.c, dlls/kernel/thunk.c,
+         dlls/kernel/wowthunk.c, dlls/ntdll/signal_i386.c,
+         dlls/user/winproc.c, include/stackframe.h, include/thread.h,
+         tools/winebuild/build.h:
+       Store the 16-bit stack pointer in the WOW32Reserved TEB field.
+
+       * dlls/ntdll/atom.c, server/atom.c:
+       Fixed a number of atom test failures.
+
+       * dlls/winsock/socket.c, include/thread.h:
+       Store the winsock per-thread data in NtCurrentTeb()->WinSockData
+       instead of using TlsAlloc.
+
+       * server/queue.c:
+       Fixed another case where a mouse message could get assigned to a
+       different thread input.
+
+       * programs/winefile/De.rc, programs/winefile/En.rc,
+         programs/winefile/resource.h, programs/winefile/winefile.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Display free and total disk space in status bar.
+
+       * dlls/gdi/path.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Draw each figure as a single primitive in StrokePath().
+
+       * dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+         dlls/msvcrt/time.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - move _timezone to time.c, and correct its type
+       - implement _tzset, and initialize _daylight, _timezone, and _tzname
+         from libc values
+
+       * dlls/shell32/shlexec.c: Juan Lang <juan_lang@yahoo.com>
+       - only log unsupported flags in ShellExecute
+       - environment variables are expanded, so SEE_MASK_DOENVSUBST is
+         supported
+
+       * dlls/ole32/stg_prop.c, dlls/ole32/storage32.c,
+         dlls/ole32/storage32.h:
+       Juan Lang <juan_lang@yahoo.com>
+       - maintain proper byte order
+       - maintain PROPSETFLAG_ANSI flag based on codepage
+       - update comments
+
+       * dlls/cabinet/cabinet.h, dlls/cabinet/fci.c:
+       Gerold Jens Wucherpfennig <gjwucherpfennig@gmx.net>
+       Initial FCI work (FCICreate and FCIDestroy).
+
+       * dlls/qcap/Makefile.in, dlls/qcap/enummedia.c, dlls/qcap/qcap_main.h:
+       Rolf Kalbermatter <r.kalbermatter@hccnet.nl>
+       Add IEnumMediaType object for use by other class objects. This is
+       taken from quartz with only minor adaptions.
+
+       * dlls/comctl32/header.c: Felix Nawothnig <felix.nawothnig@t-online.de>
+       Rewrote item layouting - new code fixes bitmap/image position for
+       non-left-aligned text, prevents jumping when resizing non-left-aligned
+       text, implements clipping for images and correctly aligns bitmaps when
+       an image is already there.
+
+2005-05-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/commdlg/fontdlg.c:
+       Don't convert the template name to Unicode, it's not used by the
+       dialog anyway. Clear the window property on WM_DESTROY.
+
+       * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+         dlls/shell32/folders.c, dlls/shell32/iconcache.c,
+         dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/shres.rc, dlls/shell32/shresdef.h, tools/wine.inf:
+       Ge van Geldorp <gvg@reactos.com>
+       Overlay icons for .lnk files with a small arrow in the lower left
+       corner.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Display source path in "move file" dialog.
+
+       * dlls/ole32/git.c: Mike McCormack <mike@codeweavers.com>
+       Remove function prototypes.
+
+       * dlls/riched20/editor.c: Krzysztof Foltman <wdev@foltman.com>
+       Added stubs for a couple of missing 2.0 and 3.0 messages.
+
+       * programs/winefile/Cs.rc, programs/winefile/De.rc,
+         programs/winefile/En.rc, programs/winefile/Es.rc,
+         programs/winefile/Fr.rc, programs/winefile/Hu.rc,
+         programs/winefile/It.rc, programs/winefile/Nl.rc,
+         programs/winefile/Pl.rc, programs/winefile/Pt.rc,
+         programs/winefile/Ru.rc, programs/winefile/Si.rc,
+         programs/winefile/Zh.rc, programs/winefile/resource.h:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Replace numeric resource identifiers by their defined constants.
+
+       * dlls/secur32/Makefile.in, dlls/secur32/schannel.c,
+         dlls/secur32/secur32.c, dlls/secur32/secur32_priv.h:
+       Juan Lang <juan_lang@yahoo.com>
+       Begin stubs of built-in schannel provider.
+
+       * dlls/msvcrt/except.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h,
+         include/Makefile.in, include/msvcrt/float.h, include/msvcrt/signal.h:
+       Juan Lang <juan_lang@yahoo.com>
+       Implement signals.
+
+       * dlls/ole32/tests/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+       Don't import from ntdll.
+
+       * dlls/user/painting.c:
+       Process the pending expose events on RDW_UPDATENOW before doing the
+       redraw_window server call so that the parent windows get properly
+       validated if necessary.
+
+       * server/queue.c:
+       Only set the new window of a hardware message if the window belongs to
+       the same thread input, otherwise just drop the message.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       Remove some unused include files.
+
+       * dlls/opengl32/opengl_ext.h: Added yet another missing OpenGL define.
+
+       * dlls/ole32/storage32.c, dlls/ole32/storage32.h,
+         dlls/ole32/tests/storage32.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make sure a stream can't be created in read only storage.
+
+       * dlls/user/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Avoid a crash in free_window_handle() on an invalid window handle.
+
+       * dlls/Makefile.in, dlls/make_dlls:
+       Build import libraries also when only doing an install-lib.
+
+       * dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+         dlls/dinput/joystick_linux.c, dlls/dinput/tests/joystick.c:
+       Robert Reif <reif@earthlink.net>
+       Fix SetProperty error returned.
+       Add EnumDevice joystick version check.
+       Test multiple versions.
+
+       * dlls/ntdll/exception.c: Mike Hearn <mike@navi.cx>
+       Make unimplemented function message a bit prettier.
+
+       * dlls/msi/action.c, dlls/msi/msipriv.h:
+       Aric Stewart <aric@codeweavers.com>
+       - ExecuteAction runs the whole Execute table and not just from
+         InstallValidate onward.  To do this make sure we do not do the
+         costing initialization work again if it is already done (by checking
+         the CostingComplete Property).
+       - A lot of work to refine feature states, setting the state affects
+         the state of all child features and also respect features that want
+         to default to something other than LOCAL.
+
+       * dlls/ntdll/nt.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+       Added (stubbed) SystemDriverInformation and
+       SystemInterruptInformation.
+
+       * programs/notepad/main.c: Kevin Koltzau <kevin@plop.org>
+       Enable/disable menu items based on edit control state.
+
+       * dlls/rpcrt4/rpc_server.c: Robert Shearman <rob@codeweavers.com>
+       - Fix RpcServerListen so that it doesn't return
+         RPC_S_ALREADY_LISTENING when the only interfaces it is listening on
+         are auto listens.
+       - Only synchronize with server thread when necessary and move this
+         into RpcMgmtWaitServerListen.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Replace '\\' by '/' in strings passed to ParseDisplayName to be able
+       to handle DOS-style relative paths.
+
+2005-05-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ole32/compobj_private.h, dlls/ole32/filemoniker.c:
+       Mike McCormack <mike@codeweavers.com>
+       Remove unnecessary declarations and make functions static.
+
+       * dlls/comctl32/tab.c: Aric Stewart <aric@codeweavers.com>
+       Handle WM_NCCALCSIZE in the tab control.
+
+       * dlls/shell32/shell32_main.c: Mike McCormack <mike@codeweavers.com>
+       Split SHGetFileInfoW into two functions.
+
+       * dlls/x11drv/clipboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+       Do not pass an invalid target buffer info to WideCharToMultiByte.
+
+       * dlls/commdlg/filedlgbrowser.c: Mike Hearn <mike@navi.cx>
+       Fix return code abuse.
+
+       * dlls/shell32/shfldr_unixfs.c: Michael Lin <mlin@corvu.com.au>
+       - Implement IPersistFolder2.
+       - Retrieve the correct attributes in ParseDisplayName().
+
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c:
+       Raphael Junqueira <fenix@club-internet.fr>
+       - better robustness of pbuffer code (checks, SetLastError as specs, etc...).
+       - better heuristic for WGL_render_texture and first try of
+         WGL_render_texture "emulation" using Pbuffers (deactivated by
+         default)
+       - more traces
+
+       * include/Makefile.in, include/schannel.h, include/schnlsp.h:
+       Juan Lang <juan_lang@yahoo.com>
+       Added schannel header files.
+
+       * dlls/msvcrt/file.c: <wine.larry.engholm@xoxy.net>
+       Flush output buffers from _close() rather than MSVCRT_fclose().
+
+       * dlls/ntdll/time.c: Gabriel Gambetta <gabriel@MysteryStudio.com>
+       Added UYT to TZ_INFO.
+
+2005-05-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/user/property.c, include/wine/server_protocol.h,
+         server/protocol.def, server/trace.c, server/window.c:
+       Allow passing a string to the window property server requests instead
+       of an atom to avoid redundant server round-trips.
+
+       * server/atom.c, server/object.h:
+       Changed atom handling to use counted strings instead of
+       null-terminated ones, avoiding the need for a temporary buffer.
+
+       * documentation/README.pt_br: Dimi Paun <dimi@lattica.com>
+       Fix spelling errors discovered by Marcelo Duarte.
+
+       * include/winternl.h: Paul Vriens <paul.vriens@xs4all.nl>
+       Sorted some of the structs and made them consistent.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Improved version of Piotr Caban's bugfix patch "Fixed display bug".
+
+       * include/evntrace.h: Added a few missing structure names.
+
+       * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+       Use I_RpcGetBuffer instead of HeapReAlloc for getting the Buffer
+       memory.
+
+       * dlls/ole32/moniker.c: Mike McCormack <mike@codeweavers.com>
+       Make functions static and remove unnecessary declarations.
+
+       * dlls/riched20/run.c, dlls/riched20/style.c:
+       Ivan Leo Puoti <ivanleo@gmail.com>
+       Fix crash in ME_GetRunSizeCommon(). Turn a FIXME into a TRACE.
+
+       * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+         dlls/ntdll/tests/atom.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Some tests for NTDLL atom support (by György 'Nog' Jeney).
+
+       * dlls/ntdll/Makefile.in, dlls/ntdll/atom.c, dlls/ntdll/ntdll.spec,
+         include/winternl.h:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Implemented NTDLL atom support.
+
+       * dlls/user/hook.c, dlls/user/message.c, dlls/user/user_private.h,
+         include/wine/server_protocol.h, server/hook.c, server/protocol.def,
+         server/queue.c, server/trace.c, server/user.h:
+       Store a bitmap of active hooks on the client side to try to avoid
+       server calls for hooks that are not set.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/eventlog.c,
+         include/evntrace.h:
+       Aric Stewart <aric@codeweavers.com>
+       Add a stub implementation of RegisterTraceGuids.
+
+       * dlls/msi/msiquery.c, dlls/msi/table.c:
+       Mike McCormack <mike@codeweavers.com>
+       Avoid some non-standard str functions.
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+       Mike McCormack <mike@codeweavers.com>
+       Stub implementation for GetGeoInfo.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       Mike McCormack <mike@codeweavers.com>
+       Add a stub implementation of CoIsHandlerConnected.
+
+       * dlls/msvideo/msvideo_main.c: Mike McCormack <mike@codeweavers.com>
+       Correct the function name in a comment.
+
+       * configure, configure.ac, dlls/dinput/Makefile.in,
+         dlls/dinput/tests/.cvsignore, dlls/dinput/tests/Makefile.in,
+         dlls/dinput/tests/dinput_test.h, dlls/dinput/tests/joystick.c,
+         dlls/dinput/tests/keyboard.c, dlls/dinput/tests/mouse.c,
+         programs/winetest/Makefile.in:
+       Robert Reif <reif@earthlink.net>
+       Added dinput tests.
+
+       * dlls/gdi/enhmfdrv/bitblt.c: Mike McCormack <mike@codeweavers.com>
+       Check that GetObject is successful.
+
+       * dlls/ntdll/ntdll.spec: Mike McCormack <mike@codeweavers.com>
+       ZwQueryTimer should forward to NtQueryTimer.
+
+       * dlls/kernel/kernel32.spec: Mike McCormack <mike@codeweavers.com>
+       Add Module32FirstW and Module32NextW exports.
+
+       * dlls/comctl32/updown.c: Dimi Paun <dimi@lattica.com>
+       Make it more explicit how we deal with WS_DISABLED.
+
+       * dlls/msi/msi.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+       Added minimal implementation of MsiCreateAndVerifyInstallerDirectory.
+
+       * include/winbase.h, programs/taskmgr/perfdata.h:
+       Dimitrie O. Paun <dpaun@rogers.com>
+       Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.
+
+       * dlls/msvcrt/tests/printf.c: <wine.larry.engholm@xoxy.net>
+       Add test for correctly interpreting %% printf format string conversion
+       specifier.
+
+2005-05-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/README.de, documentation/README.es,
+         documentation/README.fr, documentation/README.it,
+         documentation/README.pt, documentation/README.pt_br:
+       Dimitrie O. Paun <dimi@lattica.com>
+       Update README translations to match the latest changes to the English
+       README.
+
+       * programs/Makefile.in, programs/make_progs:
+       Michael Stefaniuc <mstefani@redhat.de>
+       Install msiexec in the bin directory.
+
+       * dlls/kernel/kernel_main.c, dlls/kernel/selector.c,
+         dlls/kernel/wowthunk.c, dlls/winedos/dosaspi.c, dlls/winedos/int09.c,
+         dlls/winedos/int10.c, dlls/winedos/int16.c, dlls/winedos/int19.c,
+         dlls/winedos/int1a.c, dlls/winedos/int29.c, dlls/winedos/int2f.c,
+         dlls/winedos/int33.c, dlls/winedos/int67.c, dlls/winedos/ppdev.c,
+         dlls/winedos/vga.c, include/miscemu.h:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Get rid of include/miscemu.h.
+
+       * dlls/msi/database.c: Mike McCormack <mike@codeweavers.com>
+       - make sure to free the string table when closing the database
+       - don't free szPersist in MsiOpenDatabase if it's not a string
+
+       * dlls/ole32/storage32.c: Mike McCormack <mike@codeweavers.com>
+       Fix a memory leak in the ole storage implementation.
+
+       * dlls/kernel/dosmem.c, dlls/kernel/global16.c, dlls/kernel/instr.c,
+         dlls/kernel/kernel32.spec, dlls/kernel/kernel_private.h,
+         dlls/winedos/Makefile.in, dlls/winedos/dosexe.h,
+         dlls/winedos/dosmem.c, dlls/winedos/dosvm.c, dlls/winedos/int21.c,
+         dlls/winedos/int31.c, dlls/winedos/module.c,
+         dlls/winedos/winedos.spec, include/miscemu.h:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       Moved DOS memory handling to winedos.
+
+       * dlls/kernel/atom.c, include/wine/server_protocol.h, server/atom.c,
+         server/process.c, server/process.h, server/protocol.def,
+         server/request.h, server/trace.c:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       - changed ATOM support in wineserver to match NTDLL needs
+       - adapted accordingly kernel32 atom support
+
+       * libs/wine/loader.c: Robert Lunnon <bobl@optusnet.com.au>
+       Add RTLD_FIRST flag to dlopen calls.
+
+       * README, configure, configure.ac, documentation/.cvsignore,
+         documentation/Makefile.in, documentation/address-space.sgml,
+         documentation/architecture.sgml, documentation/bugs.sgml,
+         documentation/configuring.sgml, documentation/ddraw.sgml,
+         documentation/debugger.sgml, documentation/debugging.sgml,
+         documentation/documentation.sgml, documentation/faq.sgml,
+         documentation/fonts.sgml, documentation/getting.sgml,
+         documentation/glossary.sgml, documentation/introduction.sgml,
+         documentation/multimedia.sgml, documentation/ole.sgml,
+         documentation/opengl.sgml, documentation/patches.sgml,
+         documentation/printing.sgml, documentation/registry.sgml,
+         documentation/running.sgml, documentation/testing.sgml,
+         documentation/wine-devel.sgml, documentation/wine-faq.sgml,
+         documentation/wine-user.sgml, documentation/winedev-coding.sgml,
+         documentation/winedev-graphical.sgml,
+         documentation/winedev-kernel.sgml,
+         documentation/winedev-otherdebug.sgml,
+         documentation/winedev-windowing.sgml,
+         documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml,
+         documentation/winelib-mfc.sgml, documentation/winelib-porting.sgml,
+         documentation/winelib-toolkit.sgml, documentation/winelib-user.sgml:
+       Dimi Paun <dimi@lattica.com>
+       Moved the SGML documentation over to SourceForge.
+
+       * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/Maketest.rules.in,
+         dlls/make_dlls, programs/Makeprog.rules.in,
+         programs/avitools/Makefile.in:
+       Build and load import libraries directly from the dll directory where
+       possible, and only create symlinks for directories that don't have the
+       correct name.
+
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       Rein Klazes <wijn@wanadoo.nl>
+       Multi column popup menus have 4 pixel space between the columns. With
+       conformance test.
+
+       * dlls/dinput/device.c, dlls/dinput/dinput_main.c,
+         dlls/dinput/joystick_linux.c:
+       Robert Reif <reif@earthlink.net>
+       Fix joystick crash when a button guid is specified in the data
+       format.
+       Add some parameter checking.
+
+       * dlls/ntdll/tests/info.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Added SystemHandleInformation tests.
+       Removed HeapAlloc in test_basic.
+       Renamed test_basic to test_query_basic.
+
+       * dlls/ntdll/nt.c: Paul Vriens <paul.vriens@xs4all.nl>
+       Added (stubbed) SystemHandleInformation.
+       Sorted the list.
+
+       * include/winternl.h: Paul Vriens <paul.vriens@xs4all.nl>
+       Changed SystemHandleList into SystemHandleInformation
+       Unknown18 is now SystemPageFileInformation
+       Some consistency (added numbers to the definitions).
+
+       * dlls/opengl32/wgl.c: Raphael Junqueira <fenix@club-internet.fr>
+       Fix allocated buffer size to avoid buffer overflow.
+
+       * programs/winecfg/driveui.c: James Hawkins <truiken@gmail.com>
+       - Remove useless LVN_ITEMACTIVATE notification handling.
+       - Update controls in response to a NM_CLICK notification.
+
+       * programs/winecfg/driveui.c: James Hawkins <truiken@gmail.com>
+       Remove old listbox code from driveui.
+
+       * programs/winecfg/En.rc: James Hawkins <truiken@gmail.com>
+       Set listview style LVS_SINGLESEL so only one drive can be selected.
+
+       * include/mapidefs.h: Juan Lang <juan_lang@yahoo.com>
+       Fix FILETIME to match winbase.h on big-endian machines.
+
+       * dlls/shell32/cpanelfolder.c, dlls/shell32/shfldr_desktop.c,
+         dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Fixes to IShellFolder::GetAttributesOf implementations, spotted by
+       silverblade_:
+       - a count of zero is allowed to GetAttributesOf if apidl is NULL
+       - SFGAO_VALIDATE must be cleared upon return
+
+       * dlls/msvcrt/wcs.c: <wine.larry.engholm@xoxy.net>
+       Interpret %% correctly in printf format string.
+
+       * dlls/shell32/pidl.c: Mike Hearn <mh@codeweavers.com>
+       Fix SHELL_GetPathFromIDList[AW] to return the desktop path given an
+       empty PIDL.
+
+       * dlls/msi/appsearch.c, include/msidefs.h:
+       Juan Lang <juan_lang@yahoo.com>
+       Partially implement AppSearch for RegLocator-type searches.
+
+       * dlls/x11drv/opengl.c: Raphael Junqueira <fenix@club-internet.fr>
+       Fix X11DRV_ChoosePixelFormat  to choose 24 bpp as 32 bpp for depth
+       buffers (needed as many X11 drivers only support 24bpp).
+
+       * dlls/ntdll/time.c: Juan Lang <juan_lang@yahoo.com>
+       Added Irish Summer Time.
+
+2005-05-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/msi/action.c, dlls/msi/dialog.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fix a few leaking object handles.
+
+       * dlls/commdlg/filedlg.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Detect drive letters, which have to have a backslash appended, in a
+       more robust way.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Support folder relative paths in UnixFolders' ParseDisplayName
+       method.
+
+       * dlls/wined3d/directx.c: Daniel Lund <drmerc@gmail.com>
+       Added D3DDEVCAPS_HWRASTERIZATION to the DevCaps for scene
+       rasterization. Allows GuildWars to start.
+
+       * dlls/kernel/comm.c, include/winbase.h:
+       Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+       Fix for CommConfigDialog*() hwnd argument.
+
+       * include/winternl.h: Paul Vriens <paul.vriens@xs4all.nl>
+       Remove HANDLEINFO struct.
+       Add SYSTEM_HANDLE_INFORMATION and SYSTEM_HANDLE_ENTRY structs.
+
+       * dlls/opengl32/wgl_ext.c: Aric Cyr <acyr@alumni.uwaterloo.ca>
+       Fix WGL_ACCELERATION_ARB queries from applications.
+
+       * dlls/winsock/socket.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Some fixes on async shutdown.
+
+       * dlls/opengl32/opengl_ext.h: Francois Gouget <fgouget@codeweavers.com>
+       Define GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not
+       defined by the OpenGL headers.
+
+       * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/advapi32/Makefile.in,
+         dlls/advpack/Makefile.in, dlls/amstream/Makefile.in,
+         dlls/atl/Makefile.in, dlls/avicap32/Makefile.in,
+         dlls/avifil32/Makefile.in, dlls/cabinet/Makefile.in,
+         dlls/capi2032/Makefile.in, dlls/cards/Makefile.in,
+         dlls/cfgmgr32/Makefile.in, dlls/comcat/Makefile.in,
+         dlls/comctl32/Makefile.in, dlls/make_dlls, dlls/commdlg/Makefile.in,
+         dlls/crtdll/Makefile.in, dlls/crypt32/Makefile.in,
+         dlls/cryptdll/Makefile.in, dlls/ctl3d/Makefile.in,
+         dlls/d3d8/Makefile.in, dlls/d3d9/Makefile.in, dlls/d3dim/Makefile.in,
+         dlls/d3drm/Makefile.in, dlls/d3dx8/Makefile.in,
+         dlls/d3dxof/Makefile.in, dlls/dbghelp/Makefile.in,
+         dlls/dciman32/Makefile.in, dlls/ddraw/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/dplay/Makefile.in, dlls/dplayx/Makefile.in,
+         dlls/dpnet/Makefile.in, dlls/dpnhpast/Makefile.in,
+         dlls/dsound/Makefile.in, dlls/dswave/Makefile.in,
+         dlls/dxdiagn/Makefile.in, dlls/gdi/Makefile.in,
+         dlls/glu32/Makefile.in, dlls/glut32/Makefile.in,
+         dlls/iccvid/Makefile.in, dlls/icmp/Makefile.in,
+         dlls/imagehlp/Makefile.in, dlls/imm32/Makefile.in,
+         dlls/iphlpapi/Makefile.in, dlls/itss/Makefile.in,
+         dlls/kernel/Makefile.in, dlls/lzexpand/Makefile.in,
+         dlls/mapi32/Makefile.in, dlls/mlang/Makefile.in,
+         dlls/mpr/Makefile.in, dlls/msacm/Makefile.in, dlls/mscms/Makefile.in,
+         dlls/msdmo/Makefile.in, dlls/mshtml/Makefile.in,
+         dlls/msi/Makefile.in, dlls/msimg32/Makefile.in,
+         dlls/msnet32/Makefile.in, dlls/msrle32/Makefile.in,
+         dlls/msvcrt/Makefile.in, dlls/msvcrt20/Makefile.in,
+         dlls/msvcrt40/Makefile.in, dlls/msvcrtd/Makefile.in,
+         dlls/msvidc32/Makefile.in, dlls/msvideo/Makefile.in,
+         dlls/mswsock/Makefile.in, dlls/netapi32/Makefile.in,
+         dlls/newdev/Makefile.in, dlls/ntdll/Makefile.in,
+         dlls/odbc32/Makefile.in, dlls/ole32/Makefile.in,
+         dlls/oleacc/Makefile.in, dlls/oleaut32/Makefile.in,
+         dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in,
+         dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in,
+         dlls/opengl32/Makefile.in, dlls/powrprof/Makefile.in,
+         dlls/psapi/Makefile.in, dlls/qcap/Makefile.in,
+         dlls/quartz/Makefile.in, dlls/rasapi32/Makefile.in,
+         dlls/riched20/Makefile.in, dlls/richedit/Makefile.in,
+         dlls/rpcrt4/Makefile.in, dlls/rsabase/Makefile.in,
+         dlls/rsaenh/Makefile.in, dlls/secur32/Makefile.in,
+         dlls/sensapi/Makefile.in, dlls/serialui/Makefile.in,
+         dlls/setupapi/Makefile.in, dlls/shdocvw/Makefile.in,
+         dlls/shell32/Makefile.in, dlls/shfolder/Makefile.in,
+         dlls/shlwapi/Makefile.in, dlls/snmpapi/Makefile.in,
+         dlls/sti/Makefile.in, dlls/tapi32/Makefile.in,
+         dlls/twain/Makefile.in, dlls/unicows/Makefile.in,
+         dlls/url/Makefile.in, dlls/urlmon/Makefile.in, dlls/user/Makefile.in,
+         dlls/uxtheme/Makefile.in, dlls/vdmdbg/Makefile.in,
+         dlls/version/Makefile.in, dlls/win32s/Makefile.in,
+         dlls/winaspi/Makefile.in, dlls/wined3d/Makefile.in,
+         dlls/winedos/Makefile.in, dlls/wininet/Makefile.in,
+         dlls/winmm/Makefile.in, dlls/winnls/Makefile.in,
+         dlls/winsock/Makefile.in, dlls/winspool/Makefile.in,
+         dlls/wintab32/Makefile.in, dlls/wintrust/Makefile.in,
+         dlls/wow32/Makefile.in, dlls/wsock32/Makefile.in,
+         dlls/wtsapi32/Makefile.in:
+       Added rules for building import libraries in the individual dll
+       makefiles, and added support for building a .def.a static import
+       library too.
+
+       * tools/winegcc/winegcc.c:
+       For each imported dll, check if there is a static library with the
+       same base name as the import library, and if yes add it to the library
+       list.
+
+       * include/winternl.h: Paul Vriens <paul.vriens@xs4all.nl>
+       Remove the not used PROCESS_INFO struct.
+
+       * programs/winecfg/En.rc, programs/winecfg/driveui.c:
+       James Hawkins <truiken@gmail.com>
+       Use a listview instead of a listbox for drives list.
+
+       * tools/wineshelllink: Laurent Blume <laurent@elanor.org>
+       Replace the test of the which command for type command to get similar
+       behaviour on all OSes.
+
+       * dlls/ole32/stg_prop.c: Juan Lang <juan_lang@yahoo.com>
+       Correct/improve error checking in IPropertyStorage.
+
+       * server/token.c, tools/wrc/wrctypes.h:
+       Michael Stefaniuc <mstefani@redhat.de>
+       Change the type of 1 bit wide bitfields to unsigned.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Always pass fully qualified paths to stat system call.
+
+       * server/named_pipe.c: Eric Pouech <pouech-eric@wanadoo.fr>
+       Fixed a wrong ops when creating named pipe client.
+
+       * dlls/shell32/shres.rc: Huw Davies <huw@codeweavers.com>
+       It makes no sense to have a left pointing arrow as the desktop icon.
+       Replace it with something more appropiate.
+
+       * dlls/dinput/mouse.c: Lionel Ulmer <lionel.ulmer@free.fr>
+       - Windows reports 0x80 on pressed buttons not 0xFF
+       - trace the events reported to the application
+
+       * dlls/comctl32/ipaddress.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Implemented WM_ENABLE.
+
+       * dlls/dsound/buffer.c, dlls/dsound/dsound_private.h,
+         dlls/dsound/mixer.c:
+       Robert Reif <reif@earthlink.net>
+       Remove dead code and redundant variables from DSOUND_CalcPlayPosition
+       and callers.
+
+       * programs/notepad/De.rc, programs/regedit/De.rc,
+         programs/uninstaller/De.rc:
+       Henning Gerhardt <henning.gerhardt@web.de>
+       Update German resource files.
+
+2005-05-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/import.c, tools/winebuild/parser.c,
+         tools/winebuild/spec32.c, tools/winebuild/winebuild.man.in:
+       Removed no longer used support for 32-bit register entry points.
+
+       * dlls/Makedll.rules.in, tools/c2man.pl:
+       William Poetra Yoga H <williampoetra@yahoo.com>
+       Support building man pages outside of the source directory.
+
+       * dlls/kernel/heap.c, dlls/kernel/kernel32.spec,
+         dlls/kernel/krnl386.exe.spec, dlls/kernel/ne_module.c,
+         dlls/kernel/selector.c, dlls/kernel/thunk.c, dlls/kernel/vxd.c:
+       Converted all the kernel32 register functions to the
+       DEFINE_REGS_ENTRYPOINT mechanism.
+
+       * dlls/qcap/Makefile.in, dlls/qcap/capturegraph.c,
+         dlls/qcap/qcap_main.c:
+       Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+       Implement ICaptureGraphBuilder and IcaptureGraphBuilder2 based on
+       Maarten Lankhorst's patch.
+
+       * dlls/msvcrt/cppexcept.c, dlls/msvcrt/except.c,
+         dlls/ntdll/exception.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/rtl.c,
+         dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+         dlls/ntdll/signal_sparc.c, include/wine/port.h:
+       Prefix the internal name of all register functions with __regs_ for
+       better consistency and to make automated checking possible.
+
+       * programs/winecfg/En.rc, programs/winecfg/appdefaults.c,
+         programs/winecfg/properties.c, programs/winecfg/resource.h:
+       Get rid of the DOS version combobox, normal users should never need to
+       change it.
+
+       * dlls/qcap/Makefile.in, dlls/qcap/dllsetup.c, dlls/qcap/dllsetup.h,
+         dlls/qcap/qcap.spec, dlls/qcap/qcap_main.c, dlls/qcap/qcap_main.h:
+       Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+       Implement DLL registering and unregistering functions, class factory
+       and server locking based on how it is done with DirectX samples.
+
+       * dlls/x11drv/graphics.c: Rein Klazes <wijn@wanadoo.nl>
+       Don't set the pen width to 1 in X11DRV_PolyLine.
+
+       * tools/winebuild/import.c:
+       Use RaiseException instead of RtlRaiseException for delayed entry
+       points load failure to avoid creating a dependency on ntdll.
+
+       * dlls/user/win.c, server/user.c:
+       Treat 0xffff the same as 0 for the handle generation field to avoid
+       sign extension problems.
+
+       * configure, configure.ac, include/config.h.in, libs/port/futimes.c:
+       Robert Lunnon <bobl@optushome.com.au>
+       Implement futimes for Solaris using futimesat.
+
+       * dlls/ntdll/time.c: Francois Gouget <fgouget@codeweavers.com>
+       Add the 'Western European Summer Time' (WEST) timezone (reported by
+       José Melo).
+
+       * programs/winemenubuilder/winemenubuilder.c:
+       Francois Gouget <fgouget@free.fr>
+       winemenubuilder.c is the only Wine source file checking for
+       HAVE_STRING_H. Remove that check for consistency.
+
+       * programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/driveui.c, programs/winecfg/resource.h:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       The unixfs extension doesn't have a distinguished '/' node anymore.
+       Moved UI string into the resources.
+
+       * dlls/shell32/shfldr_unixfs.c: Robert Lunnon <bobl@optushome.com.au>
+       Make references to NAME_MAX refer to PATH_MAX instead.
+
+       * Make.rules.in, dlls/Makedll.rules.in, dlls/Makefile.in,
+         dlls/Maketest.rules.in, dlls/advapi32/.cvsignore,
+         dlls/advpack/.cvsignore, dlls/amstream/.cvsignore,
+         dlls/atl/.cvsignore, dlls/avicap32/.cvsignore,
+         dlls/avifil32/.cvsignore, dlls/cabinet/.cvsignore,
+         dlls/capi2032/.cvsignore, dlls/cards/.cvsignore,
+         dlls/cfgmgr32/.cvsignore, dlls/comcat/.cvsignore, dlls/make_dlls,
+         dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore,
+         dlls/crtdll/.cvsignore, dlls/crypt32/.cvsignore,
+         dlls/cryptdll/.cvsignore, dlls/ctl3d/.cvsignore,
+         dlls/d3d8/.cvsignore, dlls/d3d9/.cvsignore, dlls/d3dim/.cvsignore,
+         dlls/d3drm/.cvsignore, dlls/d3dx8/.cvsignore, dlls/d3dxof/.cvsignore,
+         dlls/dbghelp/.cvsignore, dlls/dciman32/.cvsignore,
+         dlls/ddraw/.cvsignore, dlls/devenum/.cvsignore,
+         dlls/dinput/.cvsignore, dlls/dinput8/.cvsignore,
+         dlls/dmband/.cvsignore, dlls/dmcompos/.cvsignore,
+         dlls/dmime/.cvsignore, dlls/dmloader/.cvsignore,
+         dlls/dmscript/.cvsignore, dlls/dmstyle/.cvsignore,
+         dlls/dmsynth/.cvsignore, dlls/dmusic/.cvsignore,
+         dlls/dmusic32/.cvsignore, dlls/dplay/.cvsignore,
+         dlls/dplayx/.cvsignore, dlls/dpnet/.cvsignore,
+         dlls/dpnhpast/.cvsignore, dlls/dsound/.cvsignore,
+         dlls/dswave/.cvsignore, dlls/dxdiagn/.cvsignore, dlls/gdi/.cvsignore,
+         dlls/glu32/.cvsignore, dlls/glut32/.cvsignore,
+         dlls/iccvid/.cvsignore, dlls/icmp/.cvsignore,
+         dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore,
+         dlls/iphlpapi/.cvsignore, dlls/itss/.cvsignore,
+         dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore,
+         dlls/mapi32/.cvsignore, dlls/mlang/.cvsignore, dlls/mpr/.cvsignore,
+         dlls/msacm/.cvsignore, dlls/mscms/.cvsignore, dlls/msdmo/.cvsignore,
+         dlls/mshtml/.cvsignore, dlls/msi/.cvsignore, dlls/msimg32/.cvsignore,
+         dlls/msnet32/.cvsignore, dlls/msrle32/.cvsignore,
+         dlls/msvcrt/.cvsignore, dlls/msvcrt20/.cvsignore,
+         dlls/msvcrt40/.cvsignore, dlls/msvcrtd/.cvsignore,
+         dlls/msvidc32/.cvsignore, dlls/msvideo/.cvsignore,
+         dlls/mswsock/.cvsignore, dlls/netapi32/.cvsignore,
+         dlls/newdev/.cvsignore, dlls/ntdll/.cvsignore,
+         dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore,
+         dlls/oleacc/.cvsignore, dlls/oleaut32/.cvsignore,
+         dlls/olecli/.cvsignore, dlls/oledlg/.cvsignore,
+         dlls/olepro32/.cvsignore, dlls/olesvr/.cvsignore,
+         dlls/opengl32/.cvsignore, dlls/powrprof/.cvsignore,
+         dlls/psapi/.cvsignore, dlls/qcap/.cvsignore, dlls/quartz/.cvsignore,
+         dlls/rasapi32/.cvsignore, dlls/riched20/.cvsignore,
+         dlls/richedit/.cvsignore, dlls/rpcrt4/.cvsignore,
+         dlls/rsabase/.cvsignore, dlls/rsaenh/.cvsignore,
+         dlls/secur32/.cvsignore, dlls/sensapi/.cvsignore,
+         dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore,
+         dlls/shdocvw/.cvsignore, dlls/shell32/.cvsignore,
+         dlls/shfolder/.cvsignore, dlls/shlwapi/.cvsignore,
+         dlls/snmpapi/.cvsignore, dlls/sti/.cvsignore, dlls/tapi32/.cvsignore,
+         dlls/twain/.cvsignore, dlls/unicows/.cvsignore, dlls/url/.cvsignore,
+         dlls/urlmon/.cvsignore, dlls/user/.cvsignore,
+         dlls/uxtheme/.cvsignore, dlls/vdmdbg/.cvsignore,
+         dlls/version/.cvsignore, dlls/win32s/.cvsignore,
+         dlls/winaspi/.cvsignore, dlls/wined3d/.cvsignore,
+         dlls/winedos/.cvsignore, dlls/wininet/.cvsignore,
+         dlls/winmm/.cvsignore, dlls/winnls/.cvsignore,
+         dlls/winsock/.cvsignore, dlls/winspool/.cvsignore,
+         dlls/wintab32/.cvsignore, dlls/wintrust/.cvsignore,
+         dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore,
+         dlls/wtsapi32/.cvsignore:
+       Added rules to build import libraries in the individual dll makefiles.
+       Generate import libraries with the right name right away instead of
+       using an intermediate .spec.def file.
+
+       * dlls/x11drv/keyboard.c: Robert Lunnon <bobl@optushome.com.au>
+       Avoid passing NULL buffer elements and status pointers to
+       XmbLookupString.
+
+       * dlls/winsock/socket.c: Robert Lunnon <bobl@optushome.com.au>
+       Added a conditionally compiled definition of INADDR_NONE for platforms
+       that don't define it.
+
+       * dlls/ddraw/ddraw/user.c: Lionel Ulmer <lionel.ulmer@free.fr>
+       '0' means 'default refresh rate' and not a real refresh rate of '0'.
+
+       * dlls/winmm/wineaudioio/audio.c: Robert Lunnon <bobl@optushome.com.au>
+       Fix segmentation fault caused by incorrect referencing of client audio
+       format specifications array.
+
+       * dlls/shell32/regsvr.c, dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Make the root of the shell extension map to the root of the unix
+       filesystem.
+
+       * dlls/ntdll/file.c: Robert Lunnon <bobl@optushome.com.au>
+       Implement NtQueryVolumeInformation for Solaris.
+
+       * server/mailslot.c: Robert Lunnon <bobl@optushome.com.au>
+       Include <sys/filio.h> on platforms that support it.
+
+       * programs/notepad/dialog.c: Kevin Koltzau <kevin@plop.org>
+       Handle notepad log feature.
+
+       * programs/notepad/En.rc, programs/notepad/rsrc.rc:
+       Kevin Koltzau <kevin@plop.org>
+       Add a few missing accelerators.
+
+       * dlls/msi/record.c: Aric Stewart <aric@codeweavers.com>
+       Add a missing msiobj_release that was resulting in a leaked object
+       with each MsiCreateRecord call.
+
+       * dlls/msi/tests/db.c: Aric Stewart <aric@codeweavers.com>
+       Correct a missing MsiCloseHandle().
+
+       * dlls/quartz/enummedia.c: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed two small memory leaks.
+
+       * dlls/ole32/tests/stg_prop.c:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Make ole32 tests loadable on NT4.
+
+2005-05-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/Makefile.in, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in,
+         dlls/wineps/wineps.drv.spec, dlls/wineps/wineps.spec,
+         dlls/winspool/info.c:
+       Renamed wineps.dll to wineps.drv for consistency.
+
+       * dlls/wineps/driver.c, dlls/wineps/init.c, dlls/wineps/psdrv.h:
+       Store the module instance we get in DllMain to avoid extra LoadLibrary
+       calls.
+
+       * dlls/Makefile.in, dlls/d3d8/d3d8_main.c, dlls/d3d9/d3d9_main.c,
+         dlls/ddraw/main.c, dlls/gdi/driver.c, dlls/imm32/imm.c,
+         dlls/make_dlls, dlls/opengl32/wgl.c, dlls/ttydrv/.cvsignore,
+         dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec,
+         dlls/ttydrv/winetty.drv.spec, dlls/user/user_main.c,
+         dlls/wined3d/wined3d_main.c, dlls/wintab32/wintab32.c,
+         dlls/x11drv/.cvsignore, dlls/x11drv/Makefile.in,
+         dlls/x11drv/winex11.drv.spec, dlls/x11drv/x11drv.spec,
+         documentation/samples/config:
+       Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
+       to follow the namespace conventions and make it clear that they are
+       drivers and not dlls.
+       Moved the graphics driver configuration to HKLM\Software\Wine\Drivers.
+
+       * tools/winedump/output.c:
+       Removed a bunch of obsolete makefile hacking sed code.
+
+       * dlls/dsound/dsound.c, dlls/dsound/tests/dsound.c,
+         dlls/dsound/tests/dsound8.c:
+       Robert Reif <reif@earthlink.net>
+       Move initialization to IDirectSound_Initialize.
+       Fix error paths to handle a failed IDirectSound_Initialize.
+       Add tests for IDirectSound_Initialize.
+
+       * dlls/shell32/brsfolder.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Return a cloned PIDL by SHBrowseForFolder to avoid heap corruption.
+
+       * dlls/shell32/folders.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Display a drive icon for the unix root directory.
+
+       * dlls/winmm/time.c: Robert Reif <reif@earthlink.net>
+       Change FIXME to WARN.
+
+       * dlls/crtdll/crtdll_main.c, dlls/dbghelp/elf_module.c,
+         dlls/dbghelp/stabs.c, dlls/gdi/freetype.c, dlls/kernel/comm.c,
+         dlls/kernel/kernel_main.c, dlls/kernel/oldconfig.c,
+         dlls/kernel/vxd.c, dlls/msacm/winemp3/common.c, dlls/ntdll/cdrom.c,
+         dlls/ntdll/directory.c, dlls/ntdll/path.c, dlls/ntdll/server.c,
+         dlls/shell32/shfldr_unixfs.c, dlls/winaspi/winaspi16.c,
+         dlls/winaspi/winaspi32.c, dlls/winedos/int21.c,
+         dlls/winedos/module.c, dlls/winedos/ppdev.c, dlls/winedos/vxd.c,
+         dlls/winsock/socket.c, loader/preloader.c, tools/winapi/nativeapi.pm,
+         tools/winapi/winapi_check:
+       Francois Gouget <fgouget@free.fr>
+       Fix nativeapi.pm so it knows about AC_HEADER_STAT().
+       Make the error message about unexpected '#ifdef HAVE_XXX' clearer.
+       Protect sys/stat.h #includes with the corresponding '#ifdef HAVE_XXX'
+       check.
+
+       * dlls/Makedll.rules.in, programs/Makeprog.rules.in,
+         tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/main.c, tools/winebuild/utils.c,
+         tools/winebuild/winebuild.man.in:
+       Added support in winebuild for specifying import libraries directly on
+       the command line without the -l option.
+       Changed the -d option to only mark the library as delayed, the actual
+       loading is now done separately.
+
+       * dlls/comctl32/comctl32undoc.c, dlls/comctl32/hotkey.c,
+         dlls/comctl32/imagelist.c, dlls/comctl32/listview.c,
+         dlls/comctl32/toolbar.c, dlls/dsound/buffer.c, dlls/dsound/primary.c,
+         dlls/gdi/bitblt.c, dlls/gdi/palette.c, dlls/kernel/profile.c,
+         dlls/kernel/tests/file.c, dlls/kernel/volume.c,
+         dlls/kernel/wowthunk.c, dlls/ntdll/rtlstr.c, dlls/odbc32/proxyodbc.c,
+         dlls/opengl32/wgl_ext.c, dlls/shell32/shell32_En.rc,
+         dlls/shell32/shlfileop.c, dlls/shell32/tests/shlfileop.c,
+         dlls/shlwapi/reg.c, dlls/winspool/info.c, dlls/x11drv/palette.c,
+         documentation/configuring.sgml, documentation/debugging.sgml,
+         documentation/opengl.sgml, documentation/winedev-coding.sgml,
+         documentation/winedev-otherdebug.sgml,
+         documentation/winelib-mfc.sgml, programs/notepad/En.rc,
+         programs/wineconsole/wineconsole.c, tools/winegcc/utils.c:
+       Francois Gouget <fgouget@free.fr>
+       Assorted spelling fixes.
+
+       * dlls/setupapi/misc.c, dlls/setupapi/setupapi.spec,
+         include/setupapi.h, include/winnt.h:
+       Eric Kohl <eric.kohl_at_t-online.de>
+       Implement CaptureAndConvertAnsiArg, CaptureStringArg,
+       OpenAndMapForRead, RetreiveFileSecurity, StampFileSecurity,
+       TakeOwnershipOfFile, and UnmapAndCloseFile.
+
+       * dlls/quartz/filtergraph.c, dlls/quartz/pin.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed a dozen of reference (and some memory) leaks.
+       Implemented filtergraph_pause/stop.
+
+       * dlls/quartz/enummedia.c, dlls/quartz/quartz_private.h:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed {Copy/Delete/Free}MediaType functions to show proper behaviour.
+       Fixed EnumMediaTypes to copy pbFormat too.
+       Added FreeMediaType.
+
+       * tools/winapi/winapi_check: Francois Gouget <fgouget@free.fr>
+       HAVE_V4L2 is not an autoconf define so tell winapi_check not to
+       complain complain about it.
+
+       * dlls/rpcrt4/rpcss_np_client.c: Hartmut Birr <hartmut.birr@gmx.de>
+       Clean up if named pipe is not available.
+
+       * dlls/msi/registry.c, dlls/x11drv/opengl.c:
+       Francois Gouget <fgouget@free.fr>
+       Tweak the documentation to make winapi_check happy.
+
+       * dlls/urlmon/urlmon_main.c, include/urlmon.idl,
+         tools/winapi/win32.api:
+       Francois Gouget <fgouget@free.fr>
+       Update win32.api to match the current sources.
+       Declare CoGetClassObjectFromURL() in urlmon.h.
+
+       * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
+       Matthew Mastracci <matt@aclaro.com>
+       Replace stub entry for StgOpenStorageEx with call to StgOpenStorage.
+
+2005-05-05  Alexandre Julliard  <julliard@winehq.com>
+
+       * server/registry.c: Robert Shearman <rob@codeweavers.com>
+       - Fix access rights for RegOpenKeyEx and RegCreateKeyEx calls.
+       - Add privilege checks for RegLoadKey, RegUnloadKey & RegSaveKey
+         calls.
+
+       * dlls/user/painting.c:
+       Don't retrieve a window DC in GetUpdateRect if there is nothing to
+       erase, to avoid setting a null update region in an owned DC.
+       Avoid potential double delete of the update region on return from
+       send_erase.
+
+       * dlls/msvcrt/file.c: <wine.larry.engholm@xoxy.net>
+       Return ENOENT rather than EBADF from MSVCRT_fopen() when file doesn't
+       exist.
+
+       * dlls/advapi32/registry.c: Robert Shearman <rob@codeweavers.com>
+       Fix RegDeleteKey{A,W} to open the specified key with the DELETE access
+       right.
+
+       * tools/winegcc/winegcc.c:
+       output_name already contains .exe extension, don't add it again for -F
+       option.
+
+       * dlls/ole32/storage32.c, include/objbase.h:
+       Matthew Mastracci <mmastrac@canada.com>
+       Replace StgCreateStorageEx stub with call to StgCreateDocfile and add
+       required STGFMT_* enumerations.
+
+       * dlls/gdi/bitblt.c: Rein Klazes <wijn@wanadoo.nl>
+       In MaskBlt delete correct bitmap.
+
+       * dlls/user/winproc.c, include/wine/winuser16.h:
+       Rein Klazes <wijn@wanadoo.nl>
+       Add 16<->32 bit message mappings for WM_COPYDATA messages.
+
+       * dlls/winedos/module.c: Rein Klazes <wijn@wanadoo.nl>
+       - In MZ_DoLoadImage if an environment segment is specified in the
+         parameter block, use that and do not inherit from the calling
+         process.
+       - Call FreeEnvironmentStrings when the strings are no longer used.
+
+       * dlls/shell32/shfldr_fs.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Fixed GetDisplayNameOf method to not depend on incorrect behaviour
+       regarding the SHGDN_INFOLDER flag.
+
+       * dlls/shell32/shfldr_mycomp.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Fixed MyComputer's GetDisplayNameOf method.
+
+       * dlls/dinput/mouse.c: Lionel Ulmer <lionel.ulmer@free.fr>
+       - do not flush the buffer when the application only wants to peek the
+         number of elements in the queue
+       - trace the GetDeviceState values before they are reset
+
+       * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Added stub implementation for CoGetClassObjectFromURL.
+
+       * dlls/urlmon/umon.c: Troy Rollo <wine@troy.rollo.name>
+       Correct bug truncating downloaded files to 4096 bytes.
+
+       * dlls/quartz/filtergraph.c, dlls/quartz/main.c,
+         dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c:
+       Christian Costa <titan.costa@wanadoo.fr>
+       Forward CLSID_FilterGraphNoThread to CLSID_FilterGraph.
+
+       * dlls/dbghelp/elf_module.c: Emmanuel Maillard <e.rsz@libertysurf.fr>
+       Fix compile on non-ELF host.
+
+       * dlls/dinput/device.c: Lionel Ulmer <lionel.ulmer@free.fr>
+       - more pretty print for the types flag
+       - more Windows-aligned check for object instances
+
+       * dlls/winsock/socket.c: Marcus Meissner <marcus@jet.franken.de>
+       Initialize iosb.
+
+       * dlls/ntdll/version.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Set win2k3 service pack number to 1.
+
+       * dlls/ntdll/signal_powerpc.c: Emmanuel Maillard <e.rsz@libertysurf.fr>
+       - Fix NTDLL_wait_for_multiple_objects call in usr1_handler.
+       - Fix an error due to "invalid lvalue in assignment" with gcc 4 on
+         Darwin 8.0.
+
+2005-05-04  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winapi/config.pm, tools/winapi/make_parser.pm,
+         tools/winapi/modules.pm, tools/winapi/nativeapi.pm,
+         tools/winapi/setup.pm, tools/winapi/winapi_extract,
+         tools/winapi/winapi_fixup, tools/winapi/winapi_test:
+       Get rid of the winapi_check_dir config parameter.
+
+       * dlls/comctl32/comboex.c:
+       Felix Nawothnig <felix.nawothnig@t-online.de>
+       Set iItem to index before notifying callback items.
+
+       * dlls/msi/package.c: Marcus Meissner <marcus@jet.franken.de>
+       Set PhysicalMemory property from system data.
+
+       * dlls/urlmon/Makefile.in, dlls/urlmon/umon.c, dlls/urlmon/umstream.c,
+         dlls/urlmon/urlmon_main.h:
+       Troy Rollo <wine@troy.rollo.name>
+       Implement URLMonikerImpl_BindToStorage.
+
+       * dlls/wininet/urlcache.c: Troy Rollo <wine@troy.rollo.name>
+       Create URL Cache if it does not already exist.
+
+       * Make.rules.in, tools/Makefile.in, tools/winapi/modules.pm,
+         tools/winapi/nativeapi.dat, tools/winapi/nativeapi.pm,
+         tools/winapi/preprocessor.pm, tools/winapi/setup.pm,
+         tools/winapi/winapi_c_parser.pm, tools/winapi/winapi_check,
+         tools/winapi/winapi_documentation.pm,
+         tools/winapi/winapi_function.pm, tools/winapi/winapi_global.pm,
+         tools/winapi/winapi_local.pm, tools/winapi/winapi_parser.pm:
+       Hans Leidekker <hans@it.vu.nl>
+       Move all files from winapi_check/ to winapi/, and remove references to
+       winapi_check directory.  Merge winapi_check programs.
+
+       * dlls/msi/msi_Fr.rc, dlls/oleaut32/oleaut32_Fr.rc,
+         dlls/oledlg/oledlg_Fr.rc, dlls/shdocvw/Fr.rc, programs/taskmgr/Fr.rc,
+         programs/winecfg/Fr.rc:
+       Vincent Béron <vberon@mecano.gme.usherb.ca>
+       Use SUBLANG_NEUTRAL for French resources.
+
+       * programs/winecfg/Cs.rc, programs/winecfg/De.rc,
+         programs/winecfg/En.rc, programs/winecfg/Es.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/It.rc,
+         programs/winecfg/Nl.rc, programs/winecfg/Pt.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/Si.rc:
+       James Hawkins <truiken@gmail.com>
+       Enlarge the license text control length.
+
+       * dlls/shell32/brsfolder.c: Mike McCormack <mike@codeweavers.com>
+       Remove static variables in SHBrowseForFolder implementation.
+
+       * programs/winecfg/drive.c: James Hawkins <truiken@gmail.com>
+       Remove the corresponding registry entry when deleting a drive.
+
+       * programs/winecfg/appdefaults.c: James Hawkins <truiken@gmail.com>
+       Don't add the same program in AppDefaults more than once.
+
+       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+       Hans Leidekker <hans@it.vu.nl>
+       Stub implementation for SetupCopyOEMInfW.
+
+       * dlls/kernel/version.rc: Hans Leidekker <hans@it.vu.nl>
+       Bump version number to XP SP2.
+
+       * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+       Implement owner drawn context menus.
+
+       * dlls/dsound/propset.c: Robert Reif <reif@earthlink.net>
+       Set driver type properly.
+
+       * include/axextend.idl: Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Added IAMVideoProcAmp.
+
+       * dlls/dinput/mouse.c: James Dean Anderson <petr@pantek.org>
+       Report an error if trying to get data from an unacquired mouse.
+
+       * dlls/ntdll/time.c: Ivan Wong <email@ivanwong.info>
+       Added Hong Kong Standard Time (HKT).
+
+       * dlls/user/edit.c: Ulrich Czekalla <ulrich@codeweavers.com>
+       Let the default winproc handle WM_MOUSEACTIVATE.
+
+2005-04-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl,
+         dlls/opengl32/opengl_ext.h, dlls/opengl32/opengl_norm.c,
+         dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, dlls/opengl32/wgl_ext.c,
+         dlls/opengl32/wgl_ext.h:
+       Raphael Junqueira <fenix@club-internet.fr>
+       - implement wglGetCurrentReadDCARB, wglMakeContextCurrentARB on
+         openGL32 (wgl_ext)
+       - add code to disable some openGL extensions support using wine
+         registry key HKLM\Software\Wine\OpenGL\DisabledExtensions (list
+         separated by spaces)
+       - valid/robust implementation of wglChoosePixelFormatARB and
+         wglGetPixelFormatAttribivARB (wgl_ext)
+
+       * dlls/x11drv/opengl.c, dlls/x11drv/xrandr.c:
+       Raphael Junqueira <fenix@club-internet.fr>
+       - valid implementation of X11DRV_ChoosePixelFormat using GLX1.3 API
+         (ie. using real card caps and not ugly way using visuals array) to
+         be compatible with opengl32 pixel formats (wgl*PixelFormat* APIs) as
+         they need to be the same
+       - add more traces to xrandr
+
+       * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/registry.c:
+       Aric Stewart <aric@codeweavers.com>
+       Correct user component publication.
+       Implement MsiEnumComponentQualifiers.
+
+       * dlls/winsock/socket.c: Marcus Meissner <meissner@suse.de>
+       Fixed stack overwrite by using sizeof(WS_sockaddr_ipx).
+
+       * dlls/shell32/brsfolder.c: Mike McCormack <mike@codeweavers.com>
+       Split up the window procedure.
+
+       * dlls/user/input.c, dlls/user/message.c,
+         include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+         server/request.h, server/trace.c:
+       Mike McCormack <mike@codeweavers.com>
+       Implemented GetLastInputInfo.
+
+       * dlls/wined3d/directx.c: Raphael Junqueira <fenix@club-internet.fr>
+       - implement memory access APIs to VertexBuffers
+       - more valid implementation for IWineD3DImpl_Check* APIs (not more
+         S_OK for all cases)
+
+       * include/wine/unicode.h: Jeff Latimer <jeffl@defcen.gov.au>
+       Define strncpyW to ensure that users know why it is not present.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Implement MsiQueryFeatureStateW.
+
+2005-04-27  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/user/misc.c, dlls/user/user_main.c, windows/user.c:
+       Moved the USER syslevel to dlls/user/user_main.c.
+       Moved a bunch of stubs to dlls/user/misc.c.
+
+       * dlls/kernel/dosmem.c, dlls/kernel/kernel32.spec,
+         dlls/kernel/kernel_main.c, dlls/winedos/int31.c,
+         dlls/winedos/module.c, include/miscemu.h:
+       Eric Pouech <pouech-eric@wanadoo.fr>
+       - delayed initialisation of BIOS and SYSTEM information until someone
+         actually needs it
+       - now using some manifest constants to make code clearer
+
+       * dlls/devenum/Makefile.in, dlls/devenum/createdevenum.c,
+         dlls/devenum/devenum_private.h:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Added the video input device category.
+
+       * dlls/user/combo.c, dlls/user/cursoricon.c, dlls/user/defwnd.c,
+         dlls/user/edit.c, dlls/user/hook.c, dlls/user/hook16.c,
+         dlls/user/input.c, dlls/user/listbox.c, dlls/user/mdi.c,
+         dlls/user/message.c, dlls/user/message.h, dlls/user/msg16.c,
+         dlls/user/scroll.c, dlls/user/spy.c, dlls/user/user_main.c,
+         dlls/user/user_private.h, dlls/user/win.c, dlls/user/winpos.c,
+         dlls/user/winproc.c, windows/user.c:
+       Moved remaining messaging definitions to user_private.h and removed
+       message.h.
+
+       * dlls/msi/action.c, dlls/msi/custom.c, dlls/msi/dialog.c,
+         dlls/msi/msipriv.h:
+       Mike McCormack <mike@codeweavers.com>
+       Make sure that dialogs are only created and destroyed in a single
+       thread.
+
+       * configure, configure.ac, dlls/avicap32/Makefile.in,
+         dlls/avicap32/avicap32_main.c, include/config.h.in:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Implemented capGetDriverDescription.
+
+       * dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciseq/mcimidi.c,
+         dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmsystem.c,
+         dlls/winmm/playsound.c, dlls/winmm/winealsa/audio.c,
+         dlls/winmm/winealsa/midi.c, dlls/winmm/winmm.c,
+         dlls/winmm/winearts/audio.c, dlls/winmm/wineaudioio/audio.c,
+         dlls/winmm/winenas/audio.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make multimedia threads high priority.
+
+       * dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
+       Sami Aario <sami.aario@surfeu.fi>
+       Added initial version of Delnode plus some tests.
+
+       * dlls/kernel/task.c, dlls/ntdll/thread.c, dlls/user/Makefile.in,
+         dlls/user/cursoricon.c, dlls/user/hook.c, dlls/user/hook16.c,
+         dlls/user/input.c, dlls/user/message.c, dlls/user/message.h,
+         dlls/user/user16.c, dlls/user/user_main.c, dlls/user/user_private.h,
+         dlls/user/wnd16.c, include/thread.h, windows/queue.c:
+       Removed the MESSAGEQUEUE structure, and store the corresponding
+       information directly in the TEB, in the Win32ClientInfo field.
+
+       * include/winternl.h: Added proper names for the remaining TEB fields.
+
+       * dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
+         dlls/winmm/playsound.c, dlls/winmm/time.c, dlls/winmm/winemm.h,
+         dlls/winmm/winmm.c:
+       Mike McCormack <mike@codeweavers.com>
+       Make WINMM_IData statically allocated.
+
+       * dlls/d3d8/drawprim.c: Raphael Junqueira <fenix@club-internet.fr>
+       Fix crash on drawStridedSlow.
+
+       * dlls/shell32/shfldr_unixfs.c: Gerald Pfeifer <gerald@pfeifer.com>
+       Include <limits.h> to get a definition of NAME_MAX.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Correct a leaking hkey handle.
+
+2005-04-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/taskmgr/graphctl.c, programs/winemine/main.c,
+         programs/winhelp/hlp2sgml.c, programs/winhelp/hlpfile.c:
+       Removed a few more strncpy calls.
+
+       * server/queue.c, server/user.h, server/window.c:
+       Make sure a thread has a queue as soon as it creates a window.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Expand some handling of special properties in MsiGetProductInfo.
+
+       * dlls/msi/database.c, dlls/msi/msi.spec:
+       Mike McCormack <mike@codeweavers.com>
+       Declare MsiExportDatabase* in the spec file, and fix a typo.
+
+       * dlls/winmm/mciavi/info.c: Christian Costa <titan.costa@wanadoo.fr>
+       Fixed flags handling in MCIAVI_mciInfo.
+
+       * dlls/user/input.c, dlls/user/message.c, windows/queue.c:
+       Moved some messaging and input functions to message.c and input.c
+       respectively.
+
+       * dlls/user/tests/win.c, dlls/x11drv/window.c:
+       Ulrich Czekalla <ulrich@codeweavers.com>
+       SetParent should not remove menu from non-child windows.
+
+       * dlls/user/combo.c: Huw Davies <huw@codeweavers.com>
+       The ansi version of CB_ADDSTRING shouldn't overwrite the string if
+       converting case.
+
+       * dlls/devenum/mediacatenum.c:
+       Maarten Lankhorst <m.b.lankhorst@gmail.com>
+       Fixed a reference leak.
+
+2005-04-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/winbase.h:
+       Define strncpy to an error to make sure it doesn't creep back in.
+
+       * dlls/user/Makefile.in, dlls/user/painting.c, windows/scroll.c:
+       Moved the ScrollWindow and ScrollDC functions to dlls/user/painting.c,
+       and removed windows/scroll.c.
+
+       * dlls/gdi/dc.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+       Prevent CreateDCA from crashing if a bad lpInitData parameter is
+       provided.
+
+       * dlls/ntdll/file.c: Ivan Leo Puoti <ivanleo@gmail.com>
+       Add parameter checking to NtReadFile/NtWriteFile.
+
+       * dlls/msvcrt/mbcs.c, dlls/ntdll/file.c, include/wine/library.h,
+         libs/wine/debug.c, libs/wine/loader.c, tools/sfnt2fnt.c,
+         tools/winedump/dump.c:
+       Remove a few more instances of strncpy.
+
+       * dlls/user/Makefile.in, dlls/user/class.c, dlls/user/clipboard.c,
+         dlls/user/cursoricon.c, dlls/user/defdlg.c, dlls/user/defwnd.c,
+         dlls/user/dialog.c, dlls/user/input.c, dlls/user/mdi.c,
+         dlls/user/msgbox.c, dlls/user/nonclient.c, dlls/user/spy.c,
+         dlls/user/win.c, dlls/user/winhelp.c, dlls/user/winpos.c,
+         dlls/user/winproc.c, windows/class.c, windows/clipboard.c,
+         windows/cursoricon.c, windows/defdlg.c, windows/defwnd.c,
+         windows/dialog.c, windows/input.c, windows/mdi.c, windows/msgbox.c,
+         windows/nonclient.c, windows/spy.c, windows/win.c, windows/winhelp.c,
+         windows/winpos.c, windows/winproc.c:
+       Moved most files from the windows directory to dlls/user.
+
+       * dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc,
+         dlls/shell32/shfldr_unixfs.c, dlls/shell32/shresdef.h:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Support for regular files (as opposed to directories).
+
+       * dlls/quartz/dsoundrender.c: Christian Costa <titan.costa@wanadoo.fr>
+       Improved errors handling a bit in dsound renderer.
+
+       * include/msvcrt/conio.h, include/msvcrt/io.h,
+         include/msvcrt/process.h:
+       Marcus Meissner <meissner@suse.de>
+       gcc4 alias fixes.
+
+       * dlls/ddraw/ddraw/hal.c, dlls/dinput/device.c,
+         dlls/msacm/tests/msacm.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed 3 memset()s which used the wrong size (too large).
+
+2005-04-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+         dlls/kernel/tests/sync.c:
+       Mike McCormack <mike@codeweavers.com>
+       Tests for SignalObjectAndWait.
+
+       * dlls/kernel/sync.c: Mike McCormack <mike@codeweavers.com>
+       Implemented SignalObjectAndWait.
+
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c, dlls/ntdll/sync.c,
+         include/wine/server_protocol.h, include/winternl.h, server/atom.c,
+         server/change.c, server/console.c, server/debugger.c, server/event.c,
+         server/fd.c, server/file.c, server/handle.c, server/handle.h,
+         server/hook.c, server/mailslot.c, server/mapping.c, server/mutex.c,
+         server/named_pipe.c, server/object.c, server/object.h,
+         server/process.c, server/protocol.def, server/queue.c,
+         server/registry.c, server/request.c, server/semaphore.c,
+         server/serial.c, server/signal.c, server/snapshot.c, server/sock.c,
+         server/thread.c, server/timer.c, server/token.c, server/trace.c:
+       Mike McCormack <mike@codeweavers.com>
+       Implemented NtSignalAndWaitForSingleObject.
+
+       * dlls/winmm/tests/timer.c: Robert Reif <reif@earthlink.net>
+       Remove priority boost stuff.
+
+       * dlls/ddraw/ddraw/user.c: Dylan Taft <soundmanok@yahoo.com>
+       Set display frequency too in SetDisplayMode.
+
+       * tools/wineinstall: Paul Vriens <Paul.Vriens@xs4all.nl>
+       --update is no longer needed with wineprefixcreate.
+
+       * dlls/ole32/storage32.c, dlls/ole32/storage32.h:
+       Juan Lang <juan_lang@yahoo.com>
+       Define and use endian conversion macros for big-endian machines.
+
+2005-04-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/time.c:
+       Juan Lang <juan_lang@yahoo.com>
+       Export _tzname, expected by Mozilla.
+
+       * dlls/advapi32/tests/crypt.c:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Excluded tests crashing on NT4 from compiling.
+
+       * dlls/ole32/stg_prop.c, dlls/ole32/tests/stg_prop.c:
+       Juan Lang <juan_lang@yahoo.com>
+       - convert strings between property storage's code page and system code
+         page
+       - add tests for setting code page
+       - fix tests and behavior to match WinXP
+
+       * dlls/winmm/tests/timer.c, dlls/winmm/time.c:
+       Robert Reif <reif@earthlink.net>
+       Set thread priority for timer thread.
+       Add timer thread priority test.
+
+2005-04-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Michael Jung <mjung@iss.tu-darmstadt.de>
+       Use the shell32 typical binary format for ITEMIDLISTs.
+
+       * dlls/comctl32/tests/dpa.c:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Import DPA_Search by ordinal like other DPA functions.
+
+       * tools/winapi/win32.api: Francois Gouget <fgouget@free.fr>
+       Add a powrprof section.
+       Update win32.api to match the current source.
+
+       * dlls/advapi32/security.c: Robert Shearman <rob@codeweavers.com>
+       Implement PrivilegeCheck.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec,
+         include/wine/server_protocol.h, include/winnt.h, include/winternl.h,
+         server/object.h, server/process.c, server/protocol.def,
+         server/request.h, server/security.h, server/thread.c,
+         server/thread.h, server/token.c, server/trace.c:
+       Robert Shearman <rob@codeweavers.com>
+       - Clean up well-known privileges.
+       - Implement checking tokens for privileges in the server.
+       - Implement NtPrivilegeCheck.
+
+       * dlls/shell32/brsfolder.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+       Fixed incorrect IShellFolder::EnumOjects API usage.
+
+       * dlls/x11drv/dib.c: Huw Davies <huw@codeweavers.com>
+       If XShmAttach fails then reset shmid to -1 so that we don't try to use
+       it later.
+
+       * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+       MSI advertised shortcuts don't require a product ID.
+
+       * dlls/ole32/tests/stg_prop.c:
+       Stefan Leichter <Stefan.Leichter@camLine.com>
+       Make ole32 tests loadable on NT4.
+
+       * dlls/winmm/winealsa/audio.c:
+       Alex Villacís Lasso <a_villacis@palosanto.com>
+       Perform one more commit in ALSA non-emulation if there are still
+       frames to be transmitted.
+
+       * 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/msi/msi.c: Francois Gouget <fgouget@free.fr>
+       Tweak the API documentation to silence winapi_check warnings.
+
+       * dlls/atl/atl_main.c, dlls/atl/atlbase.h, tools/winapi/win32.api:
+       Francois Gouget <fgouget@free.fr>
+       Add a definition for _ATL_REGMAP_ENTRY in atlbase.h.
+       Fix the prototype of AtlModuleUpdateRegistryFromResourceD() so it uses
+       the right pointer types.
+
+2005-04-21  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/x11drv/clipboard.c, dlls/x11drv/x11drv.h,
+         dlls/x11drv/x11drv_main.c, documentation/samples/config:
+       Moved the UsePrimary config parameter to the x11drv section, renamed
+       as UsePrimarySelection.
+
+       * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+       Fix for the return codes for the Qualified component calls. They are
+       not INSTALLSTATEs but rather success values.
+
+       * dlls/advapi32/security.c, dlls/ntdll/time.c, dlls/ntdll/wcstring.c,
+         dlls/wininet/ftp.c, dlls/wininet/utility.c, include/wine/unicode.h:
+       Get rid of the remaining calls to strncpyW, and remove that function
+       from wine/unicode.h.
+
+       * dlls/shell32/shell.c: Peter Berg Larsen <pebl@math.ku.dk>
+       Rewritten DoEnvironmentSubst16.
+
+       * dlls/ntdll/nt.c, include/winternl.h:
+       Paul Vriens <Paul.Vriens@xs4all.nl>
+       Remove THREAD_INFO struct.
+       Rename THREADINFO into SYSTEM_THREAD_INFORMATION.
+
+2005-04-20  Alexandre Julliard  <julliard@winehq.com>
+
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+         dlls/powrprof/.cvsignore, dlls/powrprof/Makefile.in,
+         dlls/powrprof/powrprof.c, dlls/powrprof/powrprof.spec:
+       Benjamin Cutler <cutler@cs.colostate.edu>
+       Added partial implementation of powrprof.dll.
+
+       * dlls/user/message.c:
+       Handle posted internal messages directly in PeekMessageW to avoid
+       having to return them to the application.
+       Call NtYieldExecution for nicer behavior when PM_NOYIELD is not
+       specified.
+
+       * dlls/x11drv/dib.c, dlls/x11drv/x11drv.h: Avoid a compiler warning.
+
+       * dlls/dciman32/dciman_main.c, include/Makefile.in, include/dciddi.h,
+         include/dciman.h, tools/winapi/win32.api:
+       Francois Gouget <fgouget@free.fr>
+       Fix the DCICreatePrimary() prototype. It's supposed to return an int
+       so have it return DCI_FAIL_UNSUPPORTED.
+       Add the needed error codes and the DCISURFACEINFO definition to
+       dciddi.h.
+       Add dciman.h and put the function prototypes there.
+       dciddi.h and dciman.h should be installed with the other Windows
+       headers.
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/virtual.c:
+       Remove all traces of the VIRTUAL_SetFaultHandler support.
+
+       * dlls/x11drv/dib.c, dlls/x11drv/x11drv.h:
+       Dimitrie O. Paun <dpaun@rogers.com>
+       Use vectored exceptions to get rid of VIRTUAL_SetFaultHandler().
+
+       * dlls/ole32/ole2.c: Francois Gouget <fgouget@free.fr>
+       Specify the proper call convention in the PropSysFreeString()
+       implementation.
+
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/kernel/Makefile.in,
+         dlls/kernel/oldconfig.c, dlls/kernel/process.c, dlls/kernel/volume.c:
+       Move all the old config conversion code to a new oldconfig.c file, and
+       get rid of misc/registry.c and the misc directory.
+
+       * dlls/advapi32/crypt.c, dlls/advapi32/security.c, dlls/gdi/palette.c,
+         dlls/mshtml/main.c, dlls/msi/action.c, dlls/msi/msi.c,
+         dlls/ole32/ole2.c, dlls/rpcrt4/rpcrt4_main.c, dlls/user/misc.c,
+         dlls/wininet/ftp.c, dlls/x11drv/xrender.c:
+       Francois Gouget <fgouget@free.fr>
+       Tweak the API documentation to silence winapi_check warnings.
+
+       * tools/wineprefixcreate.in:
+       Properly support out-of-tree builds (based on patch by Paul Millar).
+
+       * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+       Fixed an error in my previous commit which caused an infinite loop in
+       IE6 installer.
+
+       * tools/winapi/winapi_fixup_documentation.pm:
+       Francois Gouget <fgouget@free.fr>
+       Try to clarify the 'no translation defined' error.
+       Remove an unused variable.
+
+       * dlls/msi/tests/suminfo.c: Mike McCormack <mike@codeweavers.com>
+       Test MsiSummaryInfoGetProperty reading an empty property.
+
+       * dlls/msi/suminfo.c: Mike McCormack <mike@codeweavers.com>
+       Fix loading of the summary information.
+
+       * dlls/ntdll/server.c, tools/wineprefixcreate.in, tools/winewrapper:
+       Replace the wineprefixcreate --update option by a --wait option, and
+       make the non-wait behavior the default.
+
+       * dlls/user/message.c, include/wine/server_protocol.h,
+         server/protocol.def, server/queue.c, server/trace.c:
+       Allow nested hardware message processing by storing a unique id in
+       every message and using it to manage the current queue position.
+       Better filtering of hardware messages to avoid returning messages that
+       have no chance to match the filter.
+
+       * server/registry.c:
+       Load system.reg and userdef.reg at server init time.
+
+       * dlls/gdi/gdiobj.c, dlls/x11drv/brush.c:
+       Richard Cohen <richard@daijobu.co.uk>
+       Dither solid colours on monochrome bitmaps.
+
+       * include/Makefile.in, include/evntrace.h, include/wmistr.h:
+       Mike McCormack <mike@codeweavers.com>
+       Added evntrace.h and wmistr.h.
+
+       * include/guiddef.h: Mike McCormack <mike@codeweavers.com>
+       Define LPCGUID.
+
+       * tools/winapi/win32.api: Francois Gouget <fgouget@free.fr>
+       Update win32.api to match the current source.
+
+       * dlls/comctl32/monthcal.c: Duane Clark <dclark@akamail.com>
+       Misc rectangle fixes.
+       The date should be initialized from local time.
+
+       * dlls/kernel/sync.c: Gerald Pfeifer <gerald@pfeifer.com>
+       Fix compilation problem caused by ULONG_MAX.
+
+       * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/msi.spec,
+         dlls/msi/msipriv.h, dlls/msi/registry.c:
+       Aric Stewart <aric@codeweavers.com>
+       Implement Publish Components in order for MsiGetQualifiedComponent
+       apis to work. Also implement MsiGetQualifiedComponent, or at least some
+       of the functionality as it is supposed to install stuff if it is
+       absent, which it does not do yet.
+
+2005-04-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure: Release 20050419.
+
+----------------------------------------------------------------
+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>