dplayx: NS_GetOtherMagic() is not used, so remove it.
[wine] / ANNOUNCE
index 0c1be35..accac61 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
-This is release 0.9.28 of Wine, a free implementation of Windows on Unix.
+The Wine development release 1.1.21 is now available.
 
-What's new in this release:
-  - OpenGL in child windows should work again.
-  - Better mouse support in games.
-  - Beginnings of new state management in Direct3D.
-  - Improved audio and font support on Mac OS.
-  - Lots of bug fixes.
+What's new in this release (see below for details):
+  - Beginnings of shader model 4 support.
+  - Support for copying/pasting images from X11 applications.
+  - A number of GDIPlus improvements.
+  - Various listview fixes.
+  - 64-bit support in winemaker.
+  - Support for building on Mac OS X Snow Leopard.
+  - Various bug fixes.
 
-Because of lags created by using mirrors, this message may reach you
-before the release is available at the public sites. The sources will
-be available from the following locations:
+The source is available from the following locations:
 
-  http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.28.tar.bz2
-  http://prdownloads.sourceforge.net/wine/wine-0.9.28.tar.bz2
+  http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.21.tar.bz2
+  http://prdownloads.sourceforge.net/wine/wine-1.1.21.tar.bz2
 
 Binary packages for various distributions will be available from:
 
   http://www.winehq.org/site/download
 
-You will find documentation on
+You will find documentation on http://www.winehq.org/site/documentation
 
-  http://www.winehq.org/site/documentation
-
-You can also get the current source directly from the git or CVS
-repositories. Check respectively http://www.winehq.org/site/git or
-http://www.winehq.org/site/cvs for details.
-
-If you fix something, please submit a patch; instructions on how to do
-this can be found at http://www.winehq.org/site/sending_patches
+You can also get the current source directly from the git
+repository. Check http://www.winehq.org/site/git for details.
 
 Wine is available thanks to the work of many people. See the file
 AUTHORS in the distribution for the complete list.
 
 ----------------------------------------------------------------
 
-Changes since 0.9.27:
-
-Alex Villacís Lasso (2):
-      oleaut32: Bypass conversion to string in R4/R8 -> DECIMAL conversion.
-      oleaut32: VarBstrFromCy - Remove use of sprintfW by converting a CY
-
-Alexandre Julliard (27):
-      shell32: Avoid using garbage data in wildcard expansion.
-      winex11.drv: Remove unused PropertyAliasMap variable.
-      winex11.drv: Make sure the drawable rect is always updated and use it where appropriate.
-      winex11.drv: Implemented DESKTOPHORZ/VERTRES device caps.
-      gdi32: Use a more appropriate size for the default clip region.
-      winex11.drv: Get rid of the unused set_drawable function.
-      opengl32: Avoid generating a wrapper for internal functions when we can call the internal one directly.
-      opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.
-      winex11.drv: Get rid of the display pointer in the GL context.
-      winex11.drv: Fixed computation of viewport and scissor position.
-      ntdll: Map the PE header up to the specified size, and clear the rest of the page.
-      msi: Fix the condition test to not assume MsiNetAssemblySupport is empty.
-      Revert "msi: Comparisons with null in conditions are special."
-      msvcrt: Make pointers to read-only exception descriptors const.
-      msvcrt: Implemented __CxxLongjmpUnwind.
-      configure: Remove some no longer used libcurses checks.
-      msvcrt: Define __CxxLongjmpUnwind for i386 only.
-      configure: Re-generated with autoconf 2.61.
-      ntdll: Fixed typo in map_image.
-      winedbg: Fixed a few data types.
-      winedbg: Win64 printf format fixes.
-      include: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
-      ntdll: Fix the libdl refcount when loading the same builtin twice.
-      loader: Try to detect glibc 2.3 without NPTL or TLS and print a warning.
-      shell32: Don't hardcode the system32 directory in registered classes.
-      ntdll: File positions should be aligned to sector boundaries in PE loader.
-      ntdll: Added support for physically ejecting devices on Mac OS.
-
-Andrew Talbot (22):
-      kernel32/tests: Cast-qual warnings fix.
-      dmime: Dangling references fix.
-      dmloader: Dangling references fix.
-      dmstyle: Dangling references fix.
-      gdi32/tests: Cast-qual warning fix.
-      mapi32/tests: Cast-qual warnings fix.
-      mapi32/tests: Cast-qual warnings fix.
-      cryptdll: Change storage class of module handle to static.
-      msi/tests: Cast-qual warning fix.
-      msvcrt/tests: Cast-qual warnings fix.
-      msvcrt/tests: Cast-qual warnings fix.
-      ntdll/tests: Cast-qual warning fix.
-      msvcrt/tests: Cast-qual warnings fix.
-      rpcrt4/tests: Cast-qual warnings fix.
-      secur32/tests: Cast-qual warnings fix.
-      version/tests: Write-strings warning fix.
-      progman: Cast-qual warnings fix.
-      winecfg: Cast-qual warning fix.
-      winhelp: Cast-qual warnings fix.
-      server: Cast-qual warnings fix.
-      server: Cast-qual warnings fix.
-      gdi32: Remove unused function.
-
-Chris Robinson (3):
-      wined3d: Reduce the number of error messages.
-      wgl: Properly handle GLX_DRAWABLE_TYPE queries.
-      d3d: Fix adapter mode enumeration and filtering.
-
-Christoph Frick (5):
-      dinput: Silently ignore DIPROP_CALIBRATIONMODE.
-      dinput: Ensure that the size of the dev caps pointer is large enough - no exact.
-      dinput: Utilize IDirectInputDevice2AImpl_Acquire/Unacquire.
-      dinput: Set the correct size for the old dinput joystick.
-      dinput: Drop magic int.
-
-Clinton Stimpson (5):
-      usp10: Add tests and fix for ScriptXtoCP .
-      usp10: Implement ScriptStringAnalyse.
-      usp10: Implement ScriptStringFree.
-      usp10: Implement ScriptStringXtoCP.
-      usp10: Implement ScriptStringCPtoX.
-
-Detlef Riekenberg (7):
-      localspl/tests: Add tests for XcvOpenPort.
-      localspl/tests: Add tests for XcvClosePort.
-      localspl/tests: Add tests for XcvDataPort.
-      localspl/tests: Fix copy+paste typo.
-      localspl/tests: Rename unclear string.
-      winspoool/tests: Rename unclear string.
-      winspoool/tests: Build the name of the local print server in a separate function.
-
-Dmitry Timoshkov (23):
-      kernel32: Add the data that mimics the PE image which upack creates.
-      wineoss: Make some data const.
-      atl: Make some data const.
-      dbghelp: Make some data const.
-      dmime: Make some data const and static.
-      winearts: Make some data const.
-      dplayx: Make some data const.
-      crypt32: Make some data const.
-      dswave: Make some data const.
-      msvcrt: Make some data const.
-      rpcrt4: Make some data const.
-      rsaenh: Make some data const and static.
-      wined3d: Make some data const.
-      secur32: Make some data const.
-      ddraw: Fix warnings.
-      ddrawex: Avoid not necessary casts.
-      user32: Add support for the VK_APPS (Menu) key.
-      user32: Center the context menu if it was activated via VK_APPS like Windows does.
-      winedump: Fix a couple of typos.
-      winedump: Remove a redundant ';'.
-      kernel32: Add a minimal PE image that XP is able to load.
-      kernel32: Fix a typo.
-      user32: Add a message test for various ShowWindow() calls, fix some failures.
-
-Eric Pouech (1):
-      dbghelp: Sparse array speed up.
-
-Francois Gouget (19):
-      msvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than LoadLibrary().
-      ole32: Fix named/nameless union compilation error.
-      shell32/tests: MSDN says ShellExecute() == 32 indicates an error. So fix the tests.
-      shell32/tests: Add FindExecutable() tests.
-      shell32: Fix FindExecutable() to return the executable path,  not the whole command.
-      shell32: Add some documentation for FindExecutableW().
-      shell32: Fix FindExecutableW() to not check if lpResult after using it. It's supposed to cause a segfault anyway.
-      shell32: Replace numeric literals with the proper constant.
-      comctl32/tests: Replace some '#if 0's with 'if (0)'s.
-      localspl/tests: Replace some '#if 0's with 'if (0)'s.
-      advapi32/tests: Replace an '#if 0' with an 'if (0)'.
-      shlwapi/tests: Replace some '#if 0's with 'if (0)'s.
-      version/tests: Replace some '#if 0's with 'if (0)'s.
-      user32/tests: Replace some '#if 0's with 'if (0)'s.
-      ole32/tests: Replace some '#if 0's with 'if (0)'s.
-      comdlg32: Fix PrintDlg(NULL) and reenable a test that was in an '#if 0'.
+Bugs fixed in 1.1.21:
+
+   4256  Worms 2 intro films play for a few seconds without video then stop (mciavi)
+   6232  CListCtrl: Control in the first column does not resize
+   6505  WoW crashes using D3D during flight sequences
+   6828  Sanitarium - D3D fails to create surface
+   7681  Bug or Wrong Comment? X11DRV_XRender_UpdateDrawable is called from X11DRV_ExtEscape.
+   8224  Adobe Lightroom 1.0 won't let you create a database
+  10839  The virtual desktop should be resizable
+  11836  Adobe Acrobat Pro 6 / Acrobat Pro 7 -- "Save As" fails
+  12936  Visma Skatt: Craches when regaining focus
+  13257  bricscad: separators in vertical toolbar rotated by 90 degrees, causing layout problems
+  13814  Cannot Launch Quicktime
+  14018  War of the Ring terrain textures appear and disappear constantly
+  14420  Condemned Criminal Origins Mouse Cursor Unable to initialise
+  14574  iphlpapi: GetAdaptersAddresses required for some utility classes in system.net namespace (.NET)
+  14596  Some text does not display in Soundslides
+  14705  Patch for Wordpad that fixes some glaring issues on Windows and Reactos
+  14827  Autocad 2005 : Multiline text edit crashes application
+  14862  Crash during execution of cbsetup.exe
+  15080  Lego Star Wars crashes
+  15310  DVDShrink: Preview no longer works
+  15814  Oblivion crashes on launch
+  15877  unimplemented function sxs.dll.CreateAssemblyNameObject, aborting
+  15915  cinepak codec reportedly not installed, FourCC case mismatch
+  16317  Unhandled exception unimplemented function setupapi.dll.SetupPromptForDiskA
+  16412  3dmark2000 Environment Bump Mapping test broken in 1.1.10
+  16728  Condor: needs native d3dxof.dll for x-file loading
+  16846  Children of the nile demo crashes when loading a game
+  17338  Quicken 2007 Home & Business crashes with X Error "BadLength"
+  17832  FEAR 1.08: Pixelshader compilation fails with ARB backend
+  17851  WSAAddressToStringA AF_INET6 implementation missing
+  17902  ole32.CoGetClassObject: threads without apartment should use existing MTA
+  17904  PortalGT Mud Client exception
+  17938  DVD Shrink does not recognize NTFS partitions - creates MDS instead of ISO files
+  17980  BDE application cannot open any db file
+  18045  Dangerous usage of strncat
+  18077  DigiSpel: Cannot move puzzle pieces
+  18102  Chattha Sangayana - can't use scrollbars
+  18180  License server problem
+  18193  Notepad outputs different date format than native
+  18215  LB_DELETESTRING handler does not send LB_RESETCONTENT if only item is removed
+  18218  spec file for xinput1_3 is incorrect
+  18299  Orca crashes in comctl32
+  18307  .desktop file associates with too many mime types (zip, executable)
+  18331  John Tiller's campaign series, fatal crash on game startup
+  18338  Parkan IC: No video shown
+  18354  Suunto Training Manager crashes shortly after startup
+  18388  Roblox crashes on install with unimplemented function pdh.dll.PdhMakeCounterPathA
+
+----------------------------------------------------------------
+
+Changes since 1.1.20:
+
+Alexandre Julliard (24):
+      Revert "kernel32: Report unixfs instead of ntfs for unknown filesystem type."
+      wininet: Add stubs for PrivacyGet/SetZonePreferenceW.
+      wininet: Fix a memory leak in the URL cache.
+      include: Added definitions for IHTMLWindow4 and IHTMLWindow5.
+      include: Added definition of the DispHTMLWindowProxy interface.
+      include: Added definitions for HTMLWindowEvents and HTMLWindowEvents2.
+      ws2_32: Use SIZE_T instead of size_t for inet_ntop argument.
+      ntdll: Move NtRaiseException and RtlUnwind implementations to the CPU-specific files.
+      ntdll: Use standard siginfo signal handlers on all platforms.
+      ntdll: Save all segment registers on x86_64. Implement set_cpu_context.
+      winebuild: Use iretq on x86_64 to restore more system registers and flags.
+      winedbg: Fix formatting of the flag register bits.
+      winedbg: Implement single step for x86_64.
+      wininet: Pass the complete redirected URL in INTERNET_STATUS_REDIRECT callbacks.
+      winex11: Limit window dimensions to 65535 to avoid 16-bit truncation issues.
+      user32: Make sure the system params DC cannot be deleted.
+      winedump: Add dumping of x86_64 exception tables.
+      winapi: Handle types should be treated as pointers.
+      gdiplus/tests: Don't free GDI objects with GlobalFree.
+      ntdll: Fix the LPC_MESSAGE structure definition for 64-bit.
+      user32/tests: Fix the window creation on Win64.
+      ole32/tests: Fix the clipboard format test on Win64.
+      oleaut32/tests: Use the correct allocator in the ClearCustData test.
+      oleaut32/tests: Don't crash if ITypeInfo_GetTypeAttr fails.
+
+André Hentschel (9):
+      winemaker: Fix path handling for Current Working Directory.
+      winemaker: Fix project file path parsing.
+      winemaker: Fix optimizations.
+      winemaker: Add often used negative optimization.
+      cmdlgtst: Spelling fix.
+      winemaker: Ignore quotes in source filenames.
+      winemaker: Make winemaker 64-bit ready.
+      winemaker: Update manpage.
+      winemaker: Remove unnecessary quote filtering.
+
+Aric Stewart (11):
+      msctf: Implement ITfCategoryMgr::UnregisterCategory.
+      msctf: Implement ITfCategoryMgr::RegisterGUID, ITfCategoryMgr::GetGUID and ITfCategoryMgr::IsEqualTfGuidAtom.
+      msctf: Implement ITfMessagePump.
+      msctf: Implement ITfClientId.
+      msctf: Implement ITfKeystrokeMgr::PreserveKey.
+      msctf: Implement ITfKeystrokeMgr::UnpreserveKey.
+      msctf: Implement ITfKeystrokeMgr::IsPreservedKey.
+      msctf: Add internal functions for managing active text services.
+      msctf: Implement ITfInputProcessorProfiles::ActivateLanguageProfile.
+      msctf: Implement ITfInputProcessorProfiles::GetActiveLanguageProfile.
+      msctf: Implement ITfThreadMgr::Activate and ITfThreadMgr::Deactivate.
+
+Austin English (10):
+      notepad: Fix date format to match windows.
+      winetest: When extracting tests, run in console mode.
+      notepad: Don't append seconds to time format.
+      crypt32/tests: Print a better error if no Verisign root certificates available.
+      ws2_32/tests: Add initial tests for WSAStartup.
+      t2embed: Add stub dll.
+      winex11.drv: Remove an outdated comment.
+      wbemprox: Add stub dll.
+      winedump: Sign compare fixes.
+      d3d9/tests: Sign compare fix.
+
+Christian Costa (3):
+      mciqtz32: Add support for MCI_GETDEVCAPS.
+      mciqtz32: Add support for MCI_WHERE.
+      mciqtz32: Add support for MCI_SET.
+
+Damjan Jovanovic (1):
+      wine.inf: Add more file type descriptions.
+
+Dan Kegel (1):
+      ntdll: Add missing RtlReAllocateHeap Valgrind hook, add tests.
+
+David Adam (1):
+      d3d9: Fix a copy/paste error in test.
+
+Detlef Riekenberg (6):
+      urlmon/tests: Handle BSCF_SKIPDRAINDATAFORFILEURLS to fix failures on IE8.
+      wininet/tests: Prefer winehq.org over winehq.com.
+      msi/tests: Run tests again with older msi versions (MsiApplyMultiplePatchesA).
+      localspl: Start implementation of OpenPrinter/ClosePrinter.
+      localspl: Support XcvMonitor/XcvPort in OpenPrinter.
+      winspool: Move remaining Xcv support to the backend.
+
+Dmitry Kislyuk (1):
+      kernel32/tests: Show that NULLs need to be preserved in data before first section.
+
+Dmitry Timoshkov (4):
+      user32: Add the tests for LB_DELETESTRING, make them pass under Wine.
+      explorer: Initialize the Progman DDE interface when starting explorer.
+      msvfw32: Remove useless and harmful traces from ICDecompress.
+      kernel32: Make SystemTimeToTzSpecificLocalTime and TzSpecificLocalTimeToSystemTime prototypes match PSDK.
+
+Eric Pouech (4):
+      kernel32: In editline's keys table, use constants instead of numeric constants.
+      kernel32: Completely get rid of ENHANCED_KEY entry in the keymap.
+      user32: Clearly separate the 16bit code out of user32.
+      user32: Make ddeml.dll into a stand-alone 16bit module.
+
+Francois Gouget (10):
+      kernel32/tests: Add a trailing '\n' to ok() calls.
+      msctf/tests: Remove spaces before '\n'.
       Assorted spelling fixes.
-      kernel32/tests: Test loading and unloading of builtin dlls.
-      setupapi: Fix handling of 'CopyFiles=@file'.
-
-Günther Brammer (2):
-      ddraw: Fix IDirectDrawSurfaceImpl_SetColorKey to also change surface_desc.
-      ddraw: Add a test for IDirectDrawSurface_SetColorKey.
-
-H. Verbeet (4):
-      wined3d: Allow the device to store multiple render targets.
-      wined3d: Move storing the render target from ActiveRender to SetRenderTarget.
-      wined3d: Allow the FBO code to handle multiple render targets.
-      wined3d: Allow wined3d to handle multiple render targets.
-
-Hans Leidekker (6):
-      shell32: Add a stub implementation for SHLoadNonloadedIconOverlayIdentifiers.
-      mscoree: Take advantage of an installed Mono for Windows to run .NET applications.
-      mscoree: Add a stub implementation for CorExitProcess and GetRequestedRuntimeInfo.
-      setupapi: Add a stub implementation for SetupPromptReboot.
-      ws2_32: Implement the SIO_ADDRESS_LIST_QUERY ioctl.
-      winedump: Start dumping .NET specific bits from PE executables.
+      winedbg: Remove an unused debug channel.
+      sane.ds: Remove an unused debug channel.
+      taskmgr: Make FillSolidRect2() and Draw3dRect2?() static.
+      wineps.drv: PSDRV_CmpColor() and PSDRV_Write{ArrayGet, InitClip, RRectangle}() are unused so remove them.
+      credui: Remove spaces before '\n'.
+      rpcrt4: Remove WINAPI on static functions where not needed.
+      notepad: Make NOTEPAD_DoReplace(All)?() static.
+
+Giuseppe Bilotta (2):
+      comctl32/toolbar: Skip iString field for separators.
+      comctl32/toolbar: When a null lParam is passed to TB_GETBUTTONTEXTA, we should not return -1 but the string size.
+
+Guy Albertelli (4):
+      kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice.
+      kernel32: Fix GetVolumeInformation[AW] to require trailing \.
+      kernel32/tests: Add tests to verify GetVolumeNameForVolumeMountPointA returns correct string.
+      kernel32/tests: Fix new problems with volume tests.
+
+Hans Leidekker (12):
+      ws2_32: Implement GetAddrInfoW and FreeAddrInfoW.
+      include: Add some types and constants used in the IP helper API.
+      iphlpapi: Implement GetAdaptersAddresses.
+      iphlpapi: Add tests for GetAdaptersAddresses.
+      wininet: Implement InternetReadFileEx for ftp requests.
+      wininet: Replace any existing content length header in HttpSendRequest.
+      msi: Implement MsiApplyMultiplePatchesA/W.
+      ole32: Add tests to show that COM needs to be initialized only once for multi-threaded apartments.
+      ole32: Use existing MTA in CoGetClassObject and CoCreateInstance.
+      msi: Reject NULL or empty patch package parameter in MsiApplyPatch.
+      wininet: Don't send any data after being redirected.
+      pdh: Implement PdhMakeCounterPathA/W.
+
+Henri Verbeet (51):
+      wined3d: Store D3D shader opcode names in a separate table.
+      wined3d: Use shader_sm1_read_opcode() in shader_trace_init().
+      wined3d: Add a function to read a source parameter from SM1-3 bytecode.
+      wined3d: Add a function to read a destination parameter from SM1-3 bytecode.
+      wined3d: Add a wined3d pixel shader to struct d3d10_pixel_shader.
+      wined3d: Create a separate function to record register usage.
+      wined3d: Use shader_sm1_read_dst_param() and shader_sm1_read_src_param() in shader_get_registers_used().
+      wined3d: Clear reg_maps in shader_get_registers_used() instead of the callers.
+      wined3d: Mask set bool/int constants with bool/int constants read.
+      wined3d: Remove some redundant defines.
+      wined3d: Store the sampler type in struct shader_reg_maps.
+      wined3d: Introduce shader_sm1_read_semantic().
+      wined3d: Handle the sampler type shift in the frontend.
+      wined3d: The "input" parameter to shader_dump_param() should be a BOOL.
+      wined3d: Relative addressing tokens are always source parameters.
+      wined3d: Explicitly pass the register type and index to shader_get_float_offset().
+      wined3d: Explicitly pass register type, index, etc. to shader_dump_param().
+      wined3d: Pass a struct wined3d_shader_semantic to shader_dump_decl_usage().
+      wined3d: Split shader_dump_param() in shader_dump_src_param() and shader_dump_dst_param().
+      wined3d: Define GL_FENCE_APPLE to the correct value.
+      wined3d: Merge shader_dump_arr_entry() into shader_dump_register().
+      wined3d: Use the shader_sm1_read_*() functions in shader_trace_init().
+      wined3d: Merge wined3d_private_types.h into wined3d_private.h.
+      wined3d: Introduce shader_sm1_read_comment() to read shader comments.
+      wined3d: Avoid using WINED3DSP_REGNUM_MASK in the def/defi/defb handlers.
+      wined3d: Get rid of the remaining WINED3DSP_REGNUM_MASK usage.
+      wined3d: Move SM 1-3 parsing functions to their own file.
+      wined3d: Create a frontend for parsing shaders.
+      wined3d: Add a frontend function to determine if there are any tokens left.
+      wined3d: Select the frontend based on the version token.
+      wined3d: Introduce a stubbed SM4 shader frontend.
+      wined3d: Handle reading the shader header in the frontend.
+      wined3d: Add a minimal implementation of shader_sm4_read_opcode().
+      wined3d: Store the SM 1-3 opcode information tables in the SM 1-3 frontend.
+      wined3d: Implement shader_sm4_is_end().
+      wined3d: Remove some redundant code.
+      wined3d: Fix some more indentation.
+      wined3d: Shift the writemask in the frontend.
+      wined3d: Add an initial shader_sm4_read_dst_param() implementation.
+      wined3d: Add an initial shader_sm4_read_src_param() implementation.
+      wined3d: Improve shader_sm4_read_opcode() to handle some simple opcodes.
+      wined3d: Store the shader version in the frontend's private data.
+      wined3d: Create a struct wined3d_shader_version to store version information.
+      wined3d: Add support for immediate constants to shader_dump_register().
+      wined3d: Increase the size of glsl_src_param_t.param_str.
+      wined3d: Group register information into struct wined3d_shader_register.
+      wined3d: Fix shader_glsl_get_register_name() indentation.
+      wined3d: Pass a struct wined3d_shader_register to shader_glsl_get_register_name().
+      wined3d: Pass a struct wined3d_shader_register to shader_is_scalar().
+      wined3d: Add support for immediate constants to the GLSL backend.
+      wined3d: Record register usage only once.
+
+Hib Eris (6):
+      msi/tests: Test type for INT column.
+      msi: Fix INT column data type.
+      msi/tests: Test type for INTEGER, SHORT, LONG columns.
+      msi: Fix SHORT column data type.
+      msi/tests: Test type for LONGCHAR columns.
+      msi: Fix LONGCHAR column data type.
 
 Huw Davies (3):
-      gdi32: Improve the fontconfig filtering hack so that Mac suitcase fonts get through.
-      gdi32: Actually create the Wine fonts key if it doesn't exist.
-      gdi32: Extract the constituent TrueType files from Mac suitcase fonts into the user's caches directory
-
-Jacek Caban (15):
-      mshtml: Added alert implementation.
-      mshtml: Use HTMLWindow::alert in nsPromptService::Alert.
-      urlmon: Added application/x-msdownload mime filter.
-      urlmon: Use pluggable protocol in CoInternetCompareUrl.
-      mshtml: Added test of CompareUrl.
-      mshtml: Added beginning of IDM_PRINT implementation.
-      mshtml: Added nsACString_SetData function and use it instead of nsACString_Init when we return string value.
-      mshtml: Fix loading pages in containers without document.
-      mshtml: Don't do anything in SetNSContainer if new container is the same as previous.
-      mshtml: Fixed handling chrome protocol.
-      mshtml: Set default print template in exec_print.
-      shdoclc: Added print template strings.
-      mshtml: Use pvaIn in exec_print.
-      mshtml: Use Gecko's AsyncOpen if URI is has no nsIWineURI interface.
-      mshtml: Improve loading document detection in AsyncOpen.
-
-James Hawkins (6):
-      cabinet: Close the opened file handle even in error cases.
-      msi: Only cleanup event subscriptions of the dialog being closed.
-      msi: Update the text control when the selection path changes.
-      msi: Run the install tests from a temporary directory.
-      msi: Enable cab compression and delete any resulting cabs using SHFileOperation.
-      mscoree: Add a stub for GetCORSystemDirectory.
-
-Juan Lang (1):
-      kernel32: Suppress an unneeded warning.
-
-Juris Smotrovs (1):
-      user32: Extend the support for SWP_STATECHANGED for all windows.
-
-Kai Blin (1):
-      ws2_32: ws_sockaddr_u2ws should zero the sockaddr_in.sin_zero field.
-
-Ken Thomases (17):
-      winecoreaudio: Control the fprintf's by the Wine debug channel on/off settings.
-      winecoreaudio: Create port for sending messages to the callback thread only once.
-      winecoreaudio: Extract wodHelper_CheckForLoopBegin() from wodHelper_BeginWaveHdr().
-      winecoreaudio: Simplify handling of BEGIN+ENDLOOP wave headers.
-      winecoreaudio: Specialize wodHelper_BeginWaveHdr for its two callers and simplify.
-      winecoreaudio: Inline & eliminate the specializations of wodHelper_BeginWaveHdr.
-      winecoreaudio: Eliminate unnecessary variable, unreachable code, unused retval.
-      winecoreaudio: Leave audio unit running, except when waveout device paused.
-      winecoreaudio: Lift mutex lock/unlock out of wodHelper_PlayPtrNext to caller.
-      winecoreaudio: Report when the render callback is just providing silence.
-      winecoreaudio: Remove more mutexes from around Audio Unit calls.
-      winecoreaudio: Push notify of completions from render callback to message thread.
-      winecoreaudio: Change to faster non-recursive mutex.
-      winecoreaudio: Merge wodReset and wodHelper_Reset.
-      winecoreaudio: Move a memset out of a mutex-guarded section.
-      winecoreaudio: Replace pthread mutex with OSSpinLock.
-      iphlpapi: Fixed a problem with enumerating network interfaces.
-
-Louis Lenders (1):
-      msvcrt: Add _atoldbl.
+      oleaut32: Don't ask for a name if it's not required.
+      ole32: Don't ask for a name if it's not required.
+      ole32: Implement GetDataHere.
+
+Hwang YunSong (2):
+      winedbg: New Korean resource.
+      notepad: Updated Korean resource.
+
+Jeff Latimer (5):
+      include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK.
+      ws2_32/tests: Add tests for Inet_Ntop and inet_ntoa.
+      ws2_32: Make inet_ntop conform to msdn definition.
+      ws2_32/tests: IPv6 tests for WSAAddressToStringA.
+      ws2_32: IPv6 functionality for WSAAddressToStringA.
+
+Juan Lang (4):
+      cryptui: If an input file name is given to CryptUIWizImport, show it in the wizard.
+      inetmib1: Check return values from SnmpUtilOid functions in utility functions.
+      inetmib1: Return error codes from internal query functions.
+      inetmib1: Return errors from SnmpExtensionQuery.
+
+Jörg Höhle (1):
+      msvfw32/tests: Add mixed-case FOURCC comparisons.
+
+Ken Thomases (5):
+      winegcc: Recognize '-arch <arch>' as a compiler and linker option.
+      winebuild: On Mac OS X, use -arch option to control output of "ld" and "as".
+      configure: On Mac OS X, always specify target architecture to the dev tools.
+      winecoreaudio: Fix building on Snow Leopard.
+      dbghelp: Don't check version of Mach-O dyld_all_image_infos structure.
+
+Konstantin Kondratyuk (1):
+      fonts: Add Kazakhstan's symbols into tahomabd.
 
 Marcus Meissner (2):
-      made functions and variables static in some testcases.
-      Made some functions static.
-
-Markus Amsler (13):
-      d3d8: Release non implicit surfaces only if refcount is 0, with test.
-      wined3d: Call the depth stencil destroy callback function.
-      d3d9: Handle surface refcount forwarding in d3d9.
-      d3d9: Handle volume refcount forwarding in d3d9.
-      wined3d: Remove IWineD3DSurface_GetContainerParent.
-      wined3d: Remove IWineD3DVolume_GetContainerParent.
-      d3d9: Fix implicit surface refcounting.
-      d3d: Callback infrastructure for implicit swap chain destruction in IWineD3DDevice.
-      d3d9: Fix implicit swap chain refcounting.
-      d3d8: Handle surface container in d3d8.
-      d3d8: Handle volume container in d3d8.
-      d3d9: Handle surface container in d3d9.
-      d3d9: Handle volume container in d3d9.
-
-Paul Vriens (10):
-      winspool.drv/tests: Fix typo.
-      winspool/tests: Make default_printer a global variable.
-      winspool/tests: Don't treat having no printers as a failure.
-      winspool.drv/tests: No need to return anything as we are using a global variable now.
-      winetest: Show correct filenames on test.winehq.org.
-      kernel32/tests: Be a bit more verbose on failure.
-      shlwapi/tests: Fix typos.
-      user32/tests: Make sure the tests run on NT4 again.
-      usp10/tests: Make tests run on win9x and NT4 again.
-      kernel32/tests: Don't use full path for executable in tests.
-
-Peter Oberndorfer (1):
-      comctl32: Fix imagelist regression from "comctl32: Remove Nx1 assumptions in ImageList_Read".
-
-Pierre d'Herbemont (3):
-      kernel32: Allow the preferred language to be different from the preferred locale on Mac OS X.
-      user32: Factorize graphics driver SetParent into user32.
-      kernel32: Remove unneeded headers.
-
-Rob Shearman (15):
-      ole32: Support reading and writing custom clipformats in the data cache.
-      ole32: Add documentation for the user marshaling functions.
-      rpcrt4: Free the resource allocated by InitializeSecurityContext when the connection is closed.
-      ole32: Move the user marshal tests to usrmarshal.c.
-      ole32: Implement HMETAFILE and HMETAFILEPICT user marshaling functions and add tests for these.
-      ole32: Fix SetSize for HGLOBAL streams in the case of being out-of-memory.
-      kernel32: Protect global alloc functions against integer overflows on the size parameter.
-      ole32: Fix the HMETAFILEPICT user marshaling test to use the size
-      ole32: Marshal the ORPCTHIS structure prefixed to the client data when doing ORPC calls.
-      ole32: Implement CoRegisterChannelHook and call channel hook methods on the client side.
-      ole32: Call ServerNotify for channel hooks.
-      ole32: Call the message filter for incoming calls.
-      ole32: Pass in the IID and IUnknown* of the object being executed to the server notification and message filter functions.
-      ole32: Reset the message filter at the end of the message filter test.
-      ole32: Send a causality ID in the ORPCTHIS header for a call.
-
-Roderick Colenbrander (2):
-      wgl: Make the WGL code independant of the number of supported pixel formats.
-      winex11.drv: pbuffer detection.
-
-Stefan Dösinger (71):
-      wined3d: Implement IWineD3DDevice::Reset.
-      wined3d: Move alpha states to the state table.
-      wined3d: Move clipping states to the state table.
-      wined3d: Move WINED3DRS_BLENDOP to the state table.
-      wined3d: Move WINED3DRS_TEXTUREFACTOR to the state table.
-      wined3d: Move WINED3DRS_SPECULARENABLE to the state table.
-      wined3d: Move stencil states to the state table.
-      wined3d: Move WINED3DRS_STENCILWRITEMASK to the state table.
-      wined3d: Move fog states to the state table.
-      wined3d: Make WINED3DRS_RANGEFOGENABLE a nogl state.
-      wined3d: Move WINED3DRS_FOGCOLOR to the state table.
-      wined3d: Move wined3drs_fogdensity to the state table.
-      wined3d: Remove the unused stateblock vertex blend member.
-      wined3d: Remove the unused tween factor stateblock member.
-      wined3d: Set WINED3DRS_INDEXEDVERTEXBLENDENABLE to state_nogl.
-      wined3d: Move WINED3DRS_COLORVERTEX to the state table.
-      wined3d: Move WINED3DRS_LINEPATTERN to the state table.
-      wined3d: Move WINED3DRS_ZBIAS to the state table.
-      wined3d: Move WINED3DRS_NORMALIZENORMALS to the state table.
-      wined3d: Move WINED3DRS_POINTSIZE to the state table.
-      wined3d: Move WINED3DRS_POINTSIZE_MIN to the state table.
-      wined3d: Move WINED3DRS_POINTSIZE_MAX to the state table.
-      wined3d: Move point scale render states to the state table.
-      wined3d: Move WINED3DRS_COLORWRITEENABLEx to the state table.
-      wined3d: Move WINED3DRS_LOCALVIEWER to the state table.
-      wined3d: Move WINED3DRS_LASTPIXEL to the state table.
-      wined3d: WINED3DRS_SOFTWAREVERTEXPROCESSING is a nogl state.
-      wined3d: Move WINED3DRS_POINTSPRITEENABLE to the state table.
-      wined3d: Move WINED3DRS_WRAPx to the state table.
-      wined3d: Move WINED3DRS_MULTISAMPLEANTIALIAS to the state table.
-      wined3d: Move WINED3DRS_SCISSORTESTENABLE to the state table.
-      wined3d: Move WINED3DRS_DEPTHBIAS to the state table.
-      wined3d: Move WINED3DRS_TEXTUREPERSPECTIVE to the state table.
-      wined3d: Move WINED3DRS_STIPPLEDALPHA to the state table.
-      wined3d: Move WINED3DRS_ANTIALIAS to the state table.
-      wined3d: Move WINED3DRS_MULTISAMPLEMASK to the state table.
-      wined3d: Move WINED3DRS_PATCHEDGESTYLE to the state table.
-      wined3d: Move WINED3DRS_PATCHSEGMENTS to the state table.
-      wined3d: Make WINED3DRS_DEBUGMONITORTOKEN a nogl state.
-      wined3d: Move WINED3DRS_POSITIONDEGREE to the state table.
-      wined3d: Move WINED3DRS_NORMALDEGREE to the state table.
-      wined3d: Move tesselation to the state table.
-      wined3d: Move SRGBWRITEENABLE to the state table.
-      wined3d: Move WINED3DRS_SEPARATEALPHABLENDENABLE to the state table.
-      ddraw: Add a TRACE to GetPixelFormat.
-      wined3d: D3DRS_ZVISIBLE is not supposed to return an error.
-      wined3d: Clean up SetRenderState.
-      wined3d: Add the state dirtification infrastructure.
-      wined3d: Move render state applying to drawprim.
-      wined3d: Catch nop render state changes.
-      wined3d: Add missing render state function.
-      wined3d: Fix a function name.
-      wined3d: Add WINED3DRS_STIPPLEPATTERNxy.
-      wined3d: Temporary disable nvrc junk texture skipping.
-      wined3d: Add empty texture stage states to the state table.
-      wined3d: Do not enable the texture dimensions in BindTexture.
-      wined3d: Move WINED3DTSS_COLOROP to the state table.
-      wined3d: Move WINED3DTSS_ALPHAOP to the state table.
-      wined3d: Move WINED3DTSS_TEXCOORDINDEX to the state table.
-      wined3d: Add a WINED3DTSS_BUMPENVSCALE stub.
-      wined3d: Add a WINED3DTSS_BUMPENVLOFFSET stub.
-      wined3d: Make WINED3DTSS_TEXTURETRANSFORMFLAGS a nogl state.
-      wined3d: Make a WINED3DTSS_RESULTARG stub.
-      wined3d: Make WINED3DTSS_CONSTANT a nogl state.
-      wined3d: Catch nop SetTextureStageState calls.
-      wined3d: Add empty sampler entries to the state table.
-      wined3d: Move samplers to the state table.
-      wined3d: Catch nop sampler changes.
-      wined3d: Add pixel shaders to the state table.
-      wined3d: Catch nop pixel shader changes.
-      wined3d: Reinstall the nvrc texture unit mapping.
-
-Ulrich Czekalla (8):
-      winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
-      winex11.drv: Correctly position and clip opengl child windows.
-      ddraw: Add IDirectDraw3 interface.
-      Add ddrawex dll.
-      winex11.drv: Avoid grabbing syslevel locks in the wrong order.
-      ddraw: Initialize the IDirectDraw3 vtable.
-      ddraw: IDirectDraw3 should use its own ref count variable.
-      winex11.drv: Don't crash when called with a NULL gl context.
-
-Vitaliy Margolen (22):
-      dinput: Fix processing of custom format.
-      dinput: Remove incorrect assumption about format.
-      dinput: No need to copy default constant format. Use already defined static instead.
-      dinput: Move internal function calculate_ids to where it's really used.
-      dinput: Move few helper functions and standardize them.
-      dinput: Move transform and offsets structures into base device class.
-      dinput: Add user data format into base class. Implement SetDataFormat.
-      dinput: Move joystick user data format into base class.
-      dinput: Move mouse & keyboard user data format to base class.
-      dinput: Remove redundant parameter.
-      dinput: Use standard mouse data format instead of custom one.
-      winex11.drv: Only events with MOUSEEVENTF_MOVE flag should change mouse position.
-      winex11.drv: Update cached cursor position after calling hook.
-      user32: ClipCursor should use virtual screen resolution for empty/invalid rects.
-      wined3d: When changing display modes clip cursor to the requested display size.
-      dinput: Don't return non existent keys.
-      dinput: Zero out returned information struct.
-      dinput: Add handling of AXISMODE property to base device object.
-      dinput: Make mouse use axis mode flag set in base class. Add tests.
-      winex11drv: Return cached cursor_pos in GetCursorPos().
-      dinput: Use GetCursorPos() to calculate relative mouse movements.
-      dinput: Warp mouse in exclusive cooperation mode only.
+      msi: Initialize info and patch variables (Coverity 923).
+      crypt32: Change salt allocation to handle errors (Coverity 133).
+
+Massimo Del Fedele (3):
+      riched20: Fix placement of crlf on font table streamout.
+      richedit20: Test for fonttbl streamout.
+      gdiplus: Add stub for GdipBitmapSetPixel.
+
+Michael Stefaniuc (5):
+      msctf/tests: Move 'inline' right after the storage specifier.
+      notepad: Use the explicit SendMessageW form.
+      notepad: Use the explicit W-form of the types.
+      notepad: Use the explicit W-form for some string functions.
+      notepad: Use the explicit W-form of the registry functions.
+
+Nicolas Le Cam (4):
+      msi/tests: Fix MsiApplyMultiplePatches tests on Windows.
+      ddraw/tests: Fix a test failure on VirtualBox.
+      user32/tests: Fix VK_RMENU input tests on localized Windows.
+      user32/tests: Fix scroll tests when theming is disabled.
+
+Nikolay Sivov (23):
+      msi: Fix wrong calling convention.
+      comctl32/listview: Reuse existing variable instead of duplicated expression.
+      comctl32/listview: Remove duplicated iterator initializer.
+      comctl32/listview: Draw rightmost vertical grid line when needed.
+      comctl32/listview: Fix horizontal grid line drawing.
+      comctl32/listview: Fix resizing grid drawing at right from rightmost column.
+      comctl32/listview: Handle CCM_[G,S]ETVERSION in listview.
+      comctl32/listview: Some tests for LVIF_NORECOMPUTE flag.
+      comctl32/listview: Handle LVIF_NORECOMPUTE in LVM_GETITEM[A,W].
+      comctl32/listview: A couple of LVM_GETITEM tests with incomplete masks.
+      comctl32/header: Reset internal drag state on mouse up.
+      comctl32/listview: Don't draw wrapped focus rectangle.
+      comctl32/listview: Check columns array size before trying to obtain rectangle.
+      comctl32/listview: Remove wrong TODO entry.
+      comctl32/listview: Fix wrong function description.
+      comctl32/listview: Fix LVM_INSERTITEM handling on LVS_SORTxxx styles.
+      comctl32/listview: Additional test for LVS_EX_HEADERDRAGDROP.
+      comctl32/listview: Test WM_ERASEBKGND forwarding to parent on CL_NONE background.
+      comctl32/listview: Forward WM_ERASEBKGND to parent on CLR_NONE.
+      gdi32: Check header pointer in CreateDIBitmap.
+      comctl32/listview: Use handlers instead of sending messages to oneself.
+      comctl32/listview: Remove irrelevant fixme comment.
+      comctl32/listview: Add tests for LVS_NOSORTHEADER switchover.
+
+Paul Chitescu (1):
+      mscoree: Stubs for StrongNameSignatureVerification(Ex).
+
+Paul TBBle Hampson (6):
+      wininet/tests: Test for handling of blank headers in HttpAddRequestHeaders.
+      wininet: HTTP_HttpAddRequestHeadersW should ignore 0-length headers.
+      gdi32: Ensure font name comparisons are case-insensitive.
+      gdi32: Remove tabs from init_system_links TRACEs.
+      gdi32: Fetch child fonts by real parent font name.
+      gdi32: Don't add system_links entries for substituted fonts.
+
+Paul Vriens (8):
+      gdi32/tests: Fix some test failures on Win9x/WinME.
+      ws2_32/tests: Run tests again on several platforms due to missing functions.
+      gdi32/tests: Fix a test failure on NT4.
+      urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
+      inetmib1/tests: Add a FreeLibrary and turn some skip()s into win_skip()s.
+      services: Fix a typo.
+      rasapi32/tests: Add a FreeLibrary.
+      clusapi: Don't print an out parameter.
+
+Rein Klazes (7):
+      winex11: GetPixel() on a monochrome bitmap should return black or white, not dark red.
+      user32/tests: Show that vertical and horizontal window scroll bar info is not created independently.
+      user32/tests: Fix a test in edit.c that was not testing what it was supposed to test.
+      comdlg32: Implement OFN_ENABLESIZING flag for GetOpenFileName and friends.
+      user32: Combine horizontal and vertical window scroll bar info in a single structure.
+      winecfg: Make the open file dialogs resizable.
+      programs: Make some of the open file dialogs of a few programs resizable.
+
+Ricardo Filipe (1):
+      commdlg: Implemented notifications are only sent with OFN_EXPLORER flag set.
+
+Rico Schüller (2):
+      notepad: Implement replace.
+      notepad: Allow only one search/replace dialog to open.
+
+Roderick Colenbrander (1):
+      wingdi.h: Add missing png/jpeg compression flags.
+
+Scott Ritchie (1):
+      wine.desktop: Reduce MIME types to application/x-ms-dos-executable and application/x-msi.
+
+Stefan Dösinger (19):
+      d3d: Limit d3d8 and d3d9 vshader constants to 256.
+      wined3d: Support the full amount of constants in GLSL.
+      wined3d: Fix a few more direct buffer accesses.
+      wined3d: Activate a thread before mapping a buffer.
+      wined3d: Fix an issue in buffer_get_sysmem.
+      wined3d: Emulate R16G16F and R32G32F if GL_ARB_texture_rg is not supported.
+      wined3d: Set the max mipmap level in the pbo test.
+      wined3d: Hardcode local loop control ints into the code in reps.
+      wined3d: Implement texldd.
+      wined3d: Make use of GL_ARB_half_float_vertex.
+      wined3d: Pack ARB srgb constants better.
+      wined3d: Pack hardcoded local constants in ARB.
+      wined3d: Keep track of used float constants.
+      wined3d: Always declare single constants in ARB if rel addr is not used.
+      wined3d: Work around a bad crash in fglrx.
+      wined3d: Add a point size test.
+      winedd: Move shader_*_add_instruction_modifiers into the shader backend.
+      wined3d: Pass the instr to pshader_gen_output_modifier_line.
+      wined3d: Get rid of pshader_gen_output_modifier_line.
+
+Stefan Leichter (4):
+      shell32: Stub for SHParseDisplayName.
+      shell32: Stub for ExtractVersionResource16W.
+      gdiplus: Add stub for GdipGetImageThumbnail.
+      gdiplus: Add stub for GdipImageRotateFlip.
+
+Timo Kreuzer (1):
+      comctl32: Change UINT to UINT_PTR in CreateToolbarEx.
+
+Uwe Bonnes (1):
+      wineboot: Print failing command line.
+
+Vincent Povirk (24):
+      gdiplus: Only release device contexts created internally.
+      gdiplus: Don't leak a device context when GdipCreateFromHWND fails.
+      gdiplus: Add test for GdipNewInstalledFontCollection.
+      gdiplus: Create a static InstalledFontCollection object, currently empty.
+      gdiplus: Stub GdipGetLineBlendCount.
+      gdiplus: Stub GdipGetLineBlend.
+      gdiplus: Add blend information to linear gradient brushes.
+      gdiplus: Implement GdipSetLineBlend.
+      gdiplus: Implement GdipGetLineBlendCount.
+      gdiplus: Implement GdipGetLineBlend.
+      gdiplus: Add tests for GdipGet/SetLineBlend.
+      winex11.drv: Convert image/bmp X selections to Windows DIB.
+      winex11.drv: Export copied images as image/bmp.
+      gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW.
+      gdiplus: Account for blend factors and positions in line gradients.
+      gdiplus: Properly draw points outside of line gradients.
+      gdiplus: Don't draw outside of gradient lines.
+      gdiplus: Implement GdipSetLineSigmaBlend.
+      gdiplus: Stub GdipSetRenderingOrigin.
+      gdiplus: Use brush_fill_path in GdipFillRectangle.
+      gdiplus: Expand the GdipGetLineRect tests.
+      gdiplus: Store the rectangle in line gradient brushes.
+      gdiplus: Store the rect passed to GdipCreateLineBrushFromRect.
+      gdiplus: Use the mode passed to GdipCreateLineBrushFromRect.
+
+Vitaliy Margolen (1):
+      xinput1_3: Better match native export order.
+
+Łukasz Wojniłowicz (3):
+      winmm: Added Polish translation.
+      oleacc: Added Polish translation.
+      wineps: Added Polish translations.
 
 --
 Alexandre Julliard