Release 1.3.11.

This commit is contained in:
Alexandre Julliard 2011-01-07 19:27:53 +01:00
parent ef0f358813
commit fe6735b184
3 changed files with 472 additions and 442 deletions

894
ANNOUNCE
View File

@ -1,18 +1,16 @@
The Wine development release 1.3.10 is now available. The Wine development release 1.3.11 is now available.
What's new in this release (see below for details): What's new in this release (see below for details):
- Support for notification balloons in system tray. - PO files now used for translations.
- Obsolete AudioIO sound driver removed. - Various JavaScript improvements.
- More work on ActiveX support. - Some fixes to the Wine debugger.
- Various MSI fixes.
- Preloader now used for 64-bit too.
- Translation updates. - Translation updates.
- Various bug fixes. - Various bug fixes.
The source is available from the following locations: The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.10.tar.bz2 http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.11.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.3.10.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.3.11.tar.bz2
Binary packages for various distributions will be available from: Binary packages for various distributions will be available from:
@ -28,474 +26,506 @@ AUTHORS in the distribution for the complete list.
---------------------------------------------------------------- ----------------------------------------------------------------
Bugs fixed in 1.3.10: Bugs fixed in 1.3.11:
4432 Blobby Volley - corrupted graphics 2057 When textbox is told to scroll to end of text, it doesn't
7304 WRC (Wine Resource Compiler) preprocessing is buggy 5157 MS Hearts (16 bit) crashes after startup screen
7431 Xilinx picoblaze assembler kcpsm3 crashes 17816 Crash on startup if an Hercules DJ Console Rmx is connected
7922 Language settings not found and strange Day Error in EWRevenge (bug in oleaut32) 19025 Allods3:Evil_Islands freezes every 10 sec
11449 ExpressPCB 6.1.2 crashes when updating pricing 19873 Automated installation of gecko requires DOS path to root filesystem
12744 Steam tray icon doesn't appear if panel hidden in autohide mode 24932 GTA 3, VC, SA crash
12808 indexed bitmaps support is broken 25231 F-22 Lightning 3 crashes in the options menu
12828 Arcade Pool 2: Game crashes after several seconds 25404 Super Meat Boy: game is running at insane framerate
14922 no ingame sound in drakensang 25427 Arcanum crashes in the main menu (when using hardware acceleration)
15003 VB6 crashes when triing enter a program code 25491 BearShare: Fails to install
15041 Guild Wars: Typing into Char Fields 25512 Watchtower Library 2010 crashes after splash screen
15257 Changing from OpenGL to Direct3D output in WinUAE results in blank screen 25678 'Wine reg add' with longer hive name error
15882 while wine application is running fullscreen ekiga incoming call popup doesn't appare 25704 Movie Collection
16489 Falcon 4.0 AF: Updater does not work, check fails
16672 Marie La Cavalière: Unhandled exception
16703 Wineconsole: Fallback from curses to window based backend
16704 wineconsole: Allow specifying the console backend to use when wineconsole is launched implicitly
16914 wrc chokes on a file which is accepted by windows rc
18075 IE8 crashes due to missing urlmon.dll.423 API
18230 Romanian translation wrong
18484 Charma: too slow and there's a problem with the pointer
18497 Gothic 3: Failure at starting new game
18768 Madden NFL 08 regression: program doesn't start
19314 IE8 for Server 2003 refuses to install (Service Pack 2 for Windows Server 2003 install required)
19565 Guitar Hero World Tour does not produces any sound (except videos)
20311 Blitzkrieg game crashes when selecting 'Allies campaign' (failed to save document to IStream)
20552 Memory leak in alloc_thread_tls?
20842 Python: ctrl-c and ctrl-d do not work in wineconsole [dogfood]
21173 choice.exe missing, needed by some cmd scripts
21245 file operations are very slow or hangs solidworks
22487 tray icons broken with ubuntu 10.04 for some users (affects utorrent 2.0.1, autohotkey)
23028 Empire Earth 1.00 and 1.04 mirrored cursor on vertical move
23089 Grass rendering bug in S.T.A.L.K.E.R clear sky/call of pripyat
23378 Desktop launchers generated by new Steam UI are broken
24294 corrupted icons in SolidWorks sketches
24323 Need for speed 3 crashes on startup
24680 loader: segfault after loading krnl386.exe, while LoadLibraryEx for any buildin dll
24866 Unhandled exception in Windows Double Explorer (IExplorerBrowser_fnSetPropertyBag)
25040 Icons in system tray area are blank
25059 dotnet30 install completion window minimized, needs balloon tooltip
25155 Creative Writer 2 only installs in Win9x modes on WoW64
25283 Unimplemented function urlmon.dll.410
25301 Occasional sock_check_pollhup() error on Solaris
25452 office2000 reconfiguration gives msi crash
25484 NewsLeecher 'send to tray' broken
25510 Wine-generated desktop files are not compliant with XDG standard
25513 Wine Software Uninstaller crashes
25529 64-bit Internet Explorer 7/8 refuse to install
25545 64-bit wine loader broken (in win64 mode)
---------------------------------------------------------------- ----------------------------------------------------------------
Changes since 1.3.9: Changes since 1.3.10:
Albert Pool (1): Adam Martinson (1):
winecfg: Update Dutch translation. configure: Fix OpenCL includes on systems with only CL/cl.h.
Alexander Morozov (3): Alexandre Julliard (58):
wincrypt.h: Define PFN_CMSG_IMPORT_KEY_TRANS callback function. ntdll: Use the getdents64 system call on all Linux platforms.
crypt32: Implement decoding enveloped messages. ntdll: Use the futex system calls on all Linux platforms.
crypt32: Implement getting content and some parameters from a decoded enveloped message. ntdll: Use the gettid system call on all Linux platforms.
server: Use the tgkill system call on all Linux platforms.
configure: Get rid of the replacement function for gettid.
configure: Create a wow64 symlink for the preloader too.
winetest: Refuse to run if the WoW64 side of the registry is missing.
winex11: Make the tool window flag take precedence when setting the window type.
winebuild: Allow duplicate resources with different versions and keep the highest version.
configure: Add a generic mechanism for passing flags to dll and program rules.
configure: Make the import lib name optional in WINE_CONFIG_DLL.
wrc: Copy the strmake utility function from winegcc.
wrc: Explicitly define structure creation functions instead of playing with macros.
wrc: Store location information in strings.
wpp: Line and column numbers must start at one.
ping: Add some missing includes.
Update copyright info for 2011.
configure: Output maintainer-mode rules directly from configure.
makefiles: Automatically add missing source variables in make_makefiles.
makefiles: Automatically update the EXTRASUBDIRS variable in make_makefiles.
configure: Fix the bin install rule in wow64 mode.
Revert "wined3d: Update detection of vertex blend capabilities."
configure: Add a check for the gettextpo library.
wrc: Add support for generating .po files from existing resources.
wrc: Add support for loading translations from po files.
clock: Convert translations to po files.
makefiles: Add dependencies on all po files for po-translated resources.
makefiles: Add rules to rebuild the po files in maintainer mode.
cmd: Convert translations to po files.
ipconfig: Convert translations to po files.
net: Convert translations to po files.
reg: Convert translations to po files.
start: Convert translations to po files.
taskkill: Convert translations to po files.
uninstaller: Convert translations to po files.
write: Convert translations to po files.
xcopy: Convert translations to po files.
wrc: Do not use translations that are marked fuzzy.
po: Add missing entry for No key in en_US translation.
crypt32: Convert translations to po files.
cryptdlg: Convert translations to po files.
devenum: Convert translations to po files.
hhctrl: Convert translations to po files.
iccvid: Convert translations to po files.
jscript: Convert translations to po files.
localspl: Convert translations to po files.
mapi32: Convert translations to po files.
msi: Convert translations to po files.
msrle32: Convert translations to po files.
msvidc32: Convert translations to po files.
oleaut32: Convert translations to po files.
shdoclc: Convert translations to po files.
winmm: Convert translations to po files.
wldap32: Convert translations to po files.
wrc: Treat empty translation strings as missing.
po: Use more standard names for the Serbian locales.
kernel32: Update the country code for Serbia.
po: Update the English po files.
Alexandre Julliard (54): Anders Jonsson (2):
user32: Fix coordinates mapping for the desktop window in the explorer process. appwiz.cpl: Update Swedish translation.
winex11: Fix event coordinates mapping for the root window in the explorer process. jscript: Update Swedish translation.
comctl32: Fix positioning of tracking tooltips at the bottom of the screen.
windowscodecs: Convert the coclasses registration to the IRegistrar mechanism.
urlmon: Convert the coclasses registration to the IRegistrar mechanism.
itss: Convert protocol registration to the IRegistrar format.
actxprxy: Convert dll registration to the IRegistrar mechanism.
dispex: Convert dll registration to the IRegistrar mechanism.
qmgrprxy: Convert dll registration to the IRegistrar mechanism.
user32: Don't call GetModuleFileNameW under the user lock.
wineboot: Set the correct architecture in the process identifier variable.
kernel32: Update the environment variables that vary across 32-bit/64-bit/Wow64.
wine.inf: Don't set the ProgramFiles environment variables through the registry.
ntdll: Ensure alignment of static TLS data and free it at thread exit.
krnl386: Fetch version from the PEB to avoid potentially using GetVersionEx before it's initialized.
winex11: Store information needed for the info balloon in the tray icon structure.
winex11: Add support for displaying system tray notification balloons.
winex11: Potentially update the system tray notification position when any foreign window is moved.
explorer: Store information needed for the info balloon in the tray icon structure.
explorer: Add support for displaying system tray notification balloons in desktop mode.
wineboot: Relaunch the 64-bit version of wineboot on Wow64.
winecfg: Relaunch the 64-bit version of winecfg on Wow64.
winecfg: Set Wow64 registry keys as well as the 64-bit ones for version information.
ntdll: Don't worry about the DOS area on non-x86.
loader: Make sure the new stack is 16-byte aligned in the preloader.
loader: Use long instead of int in the preloader for anything that can store a pointer.
loader: Build the preloader for x86-64.
libwine: Use the 64-bit preloader when starting 64-bit wine.
libwine: Reserve memory areas for 64-bit in case we don't have a preloader.
ntdll: Avoid putting the virtual heap in the low 2Gb on 64-bit.
quartz: Convert coclasses registration to the IRegistrar mechanism.
avifil32: Move extension registrations to the rgs file.
widl: Register the PSFactoryBuffer class as factory if it's defined in the idl file.
msi: Convert the dll registration to the IRegistrar mechanism.
loader: Define asm functions instead of inlines for x86-64 syscalls to avoid trouble with register constraints.
wiaservc: Convert coclasses registration to the IRegistrar mechanism.
include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl.
include: Add a couple of missing interfaces in msxml2.idl.
msxml: Add an msxml library that contains the v2.0 msxml typelib.
msxml: Register the v2.0 classes using the IRegistrar mechanism.
msxml2: Add an msxml2 library that contains the v2.6 msxml typelib.
msxml3: Convert dll registration to the IRegistrar mechanism.
loader: Setup the TLS register on x86-64 for stack protector checks.
widl: Allow specifying a version for a coclass independently of its typelib version.
include: Set version to 1.0 for msxml classes.
hhctrl.ocx: Add a typelib and register it.
widl: Don't free the input file name since it's stored in various places in the location info.
widl: Allow specifying a class version outside of a typelib too.
include: Define the Scriptlet class in mshtml.idl.
mshtml: Convert the classes registration to the IRegistrar mechanism.
server: Use the syscall function instead of inline assembly.
ntdll: Use the syscall function instead of inline assembly.
libwine: Use the syscall function instead of inline assembly.
appwiz.cpl: Convert the application list to a standard Wine list.
Anders Jonsson (1): Andrew Eikum (4):
cmd: Update Swedish translation. mmdevapi: Store period size in frames.
mmdevapi: Be explicit about units of ACImpl::bufsize.
mmdevapi: Be explicit about the units of ACImpl::ofs.
mmdevapi: Be explicit about units in IAudioRenderClient::ReleaseBuffer.
Andrew Bogott (1): Andrew Nguyen (18):
winemenubuilder: In InvokeShellLinkerForURL, better replicate the deferral behavior in InvokeShellLinker. wineboot: Set the FeatureSet value in the volatile CPU registry keys.
wineboot: Set a placeholder ProcessorNameString value in the volatile CPU registry keys.
wined3d: Remove references to GLX_SGI_video_sync.
wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition.
winex11.drv: Enhance the wrapper functions for WGL_EXT_swap_control.
wined3d: Handle the swapchain presentation interval with wglSwapIntervalEXT.
kernel32/tests: Avoid an input buffer overrun in the empty console write test.
mmsystem.dll16: Correctly map the MCI_SYSINFO_PARMS structure when MCI_SYSINFO_QUANTITY is set.
kernel32: Fail with an invalid output parameter in GetNumberOfConsoleInputEvents.
kernel32: Improve parameter validation for WriteConsoleInputW.
kernel32: Improve parameter validation for WriteConsoleInputA.
kernel32: Improve parameter validation for WriteConsoleOutputCharacterW.
kernel32: Improve parameter validation for WriteConsoleOutputCharacterA.
kernel32: Improve parameter validation for WriteConsoleOutputAttribute.
kernel32: Improve parameter validation for FillConsoleOutputCharacterW.
kernel32/tests: Add tests for FillConsoleOutputCharacterA.
kernel32: Improve parameter validation for FillConsoleOutputAttribute.
reg: Accept full names of the standard registry hives.
André Hentschel (22): André Hentschel (31):
msi: Fix test failure on some 2k3 machines. setupapi/tests: Better clean up if SetupUninstallOEMInf fails.
advapi32: Fix test failure on some NT4 machines. setupapi/tests: Don't test function directly when reporting GetLastError().
ntdll: Fix test failure on some NT4 machines. jscript: Update German translation.
rsaenh: Fix test failure on some NT4 machines. ntdll/tests: Don't test function directly when reporting GetLastError().
wrc: Allow comma after popup name. advapi32/tests: Even more tests for the merged view of HKCR.
shell32: Fix shelllink test to not crash on NT4. setupapi/tests: Don't test function directly when reporting GetLastError().
shdocvw: Add Resizer control to the iexplore window. dsound/tests: Don't test function directly when reporting GetLastError().
gphoto2.ds: Fix German translation. shell32/tests: Don't test function directly when reporting GetLastError().
include: Add winhttp secure protocol flags. comdlg32/tests: Don't test function directly when reporting GetLastError().
msi/tests: Remove superfluous check. shlwapi/tests: Don't test function directly when reporting GetLastError().
gameux: Fix test failures on Wine wow64. urlmon/tests: Don't test function directly when reporting GetLastError().
gameux: Fix Path for the statistics. riched20/tests: Don't test function directly when reporting GetLastError().
sane.ds: Fix translation of microsecond. msi/tests: Don't test function directly when reporting GetLastError().
wininet: Update German translation. shlwapi/tests: Fix typo.
include: Add ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED for wininet tests. advapi32/tests: Test how creating a subkey in HKCR affect HKLM/HKCU.
include: Add new suite masks. wininet/tests: Don't call GetLastError() twice.
wininet: Fix German translation. advapi32/tests: Don't test function directly when reporting GetLastError().
shlwapi/tests: Allow Win7 behaviour for SHFormatDateTimeW. mscms/tests: Fix test message.
qmgr/tests: Use a temporary path to avoid failures. riched32/tests: Don't test function directly when reporting GetLastError().
shell32/tests: Fix a typo. imagehlp/tests: Don't test function directly when reporting GetLastError().
advapi32: Print a FIXME also for the unknown levels. ole32/tests: Don't test function directly when reporting GetLastError().
gameux: Fix another test failure on Wine wow64. user32/tests: Don't test function directly when reporting GetLastError().
shell32/tests: Don't test function directly when reporting GetLastError().
msvcrt: Forward _setjmp on x86_64.
advapi32/tests: Don't test function directly when reporting GetLastError().
gdi32/tests: Don't test function directly when reporting GetLastError().
appwiz.cpl: Update German translation.
include: Add more minor shutdown reasons.
ntdll: Respect multiple CPUs when faking values.
winemaker: Add def file support.
user32/tests: Don't test function directly when reporting GetLastError().
Austin English (4): Arno Teigseth (1):
ntdll: Bump win2k3 version information to sp2. msvcrt: Added _ui64tow_s.
urlmon: Add stubs for ordinals 410 and 423.
mscoree/tests: Fix a broken test (LLVM/Clang).
quartz: Avoid %L in traces (LLVM/Clang).
Cheer Xiao (2): Aurimas Fišeras (4):
view: Update simplified Chinese translation. wininet: Update Lithuanian translation.
write: Update simplified Chinese translation. cmd: Update Lithuanian translation.
jscript: Update Lithuanian translation.
appwiz.cpl: Update Lithuanian translation.
Austin English (1):
winex11.drv: Use consistent formatting in a TRACE().
Damian Dixon (1): Damian Dixon (1):
advapi32: Added check for NULL pointer being passed to QueryServiceStatus for either parameter. advapi32: Implement SetEntriesInAclA by calling SetEntriesInAclW.
David Bartley (1): Dan Kegel (1):
iphlpapi: Add CancelIPChangeNotify stub. include: Remove extra semicolons after a macro that doesn't need them.
David Hedberg (14): David Hedberg (3):
urlmon: Set BINDF_NEEDFILE if BINDF_PULLDATA is not specified. shell32: Fix test error on certain w2k8 setups.
wininet: Respect SECURITY_FLAG_IGNORE_CERT_DATE_INVALID. urlmon: Move protocol flags for wininet based protocols into a common header.
wininet: Make module handle scope global. urlmon: Add new on_error function to protocol vtbl.
wininet: Add a simple certificate dialog to InternetErrorDlg.
shell32: Fix ExplorerBrowser::SetRect to work properly when passed a NULL-valued hdwp.
shell32: Return S_OK in ::SetPropertyBag.
include: Add IShellItem2 interface declaration.
shell32: IShellItem::GetAttributes should also work on the desktop shellfolder.
shell32: Add IShellItem2 stub to ShellItem implementation.
include: Add a few INET_E_ defines.
urlmon: Split the code for sending an http request into its own function.
urlmon: Fix return value from QueryService.
shell32: Standardize the COM usage in ebrowser.c.
shell32: Add IInputObject stub to ExplorerBrowser.
Detlef Riekenberg (5): Eric Pouech (10):
cmd: Allow GOTO to a label which has a following whitespace, with test. dbghelp: Fix ELF file computation on 64bit systems.
configure: Ask for the correct development package for gstreamer base plugins. winedbg: Don't print extra \n in print_basic.
cmd: Add CHOICE builtin with DOS6 to XP commandline parameter. winedbg: When printing with default format an integer (in hex), keep printed value in sync with integer size.
cmd: Add german translation for CHOICE. urlmon: Fixed traces on 64bit systems.
cmd: Do not reset errorlevel during SET. msvcr90: Fix an integer overflow on 64 bit system for qsort_s tests.
dbghelp: Factorize a bit the ELF enumeration callbacks.
Eric Pouech (3): dbghelp: Split elf_load_file into two functions (one for creating a file-map, another one for loading info out of a file-map).
kernel32: When reading chars out of a bare console, use the Unix API (instead of the Windows one). dbghelp: Use pread instead of read in elf_map_file.
kernel32: Proper support for echo-input (enable/disable) when getting console input. dbghelp: Extend elf_map_file so that it can also handle ELF maps directly from debuggee address space.
kernel32: In readline, now print control characters with ^ escape. dbghelp: For targets on Linux, report the VDSO system page as a known ELF module.
Eryk Wieliczko (1): Eryk Wieliczko (1):
msvcrt/tests: Add _fcvt_s tests. msvcrt: Implement _ftime64_s and _ftime32_s.
Francois Gouget (4): Francois Gouget (2):
shdocvw: Fix compilation on systems that don't support nameless unions. shdocvw/tests: Fix compilation on systems that don't support nameless unions.
mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace. winemenubuilder: Fix compilation on systems that don't support nameless unions.
msvcrt/tests: Add a trailing '\n' to an ok() call.
Assorted spelling fixes.
Frédéric Delanoy (3): Frédéric Delanoy (2):
cmd: Update French translation. appwiz.cpl: Update French translation.
wininet: Update French translation. jscript: Update French translation.
wininet: Update French translation.
Greg Geldorp (6): Gerald Pfeifer (6):
kernel32/tests: Add tests to verify USERPROFILE and environment variables from registry are present and correct. dbghelp: Make ehdr_addr in elf_enum_modules_internal dependent on AT_SYSINFO_EHDR.
rsaenh/tests: CryptGetKeyParam doesn't fail on Win7/Win2K8R2. include: Consolidate duplicate declarations of WNetGetLastErrorA, WNetGetLastErrorW and definition of WNetGetLastError.
kernel32/tests: Quote command line arguments that might contain spaces. comctl32: Remove the last, unused parameter from LISTVIEW_HScroll.
kernel32/tests: Remove check of environment variables against registry. comctl32: Shed unused parameter from TOOLTIPS_NCCreate.
ntdll/tests: Add alternative results for overlong instructions. cards: Fix description of cdtTerm.
shdocvw/tests: Need to save .url before committing extra props for IE6. dbghelp: Also return a value in an error case in elf_map_file_read.
Hans Leidekker (16): Greg Geldorp (17):
msi: Support MSIRUNMODE_LOGENABLED in MsiGetMode. spoolss/tests: Skip tests on Win7.
rpcrt4: Add a stub implementation of RpcMgmtSetAuthorizationFn. shell32/tests: Support for IShellFolderView::RemoveObject was removed in Win7.
wineboot: Set the USERDOMAIN environment variable. shell32/tests: Fix race conditions.
msi: Return INSTALLSTATE_UNKNOWN from MsiGetComponentState if the component is disabled. setupapi/tests: Uninstall .pnf if uninstall of .inf failed.
msi: Rewrite command line parsing to handle quoted values correctly. kernel32/tests: Skip some debugger tests on 64-bit.
msi: Add some traces. gdi32/tests: Skip test that crashes on 64-bit.
msi: Global and local win32 assembly names are formatted differently. oledb32: Use correct 32/64-bit typedefs.
msi: Don't flag an error in the InstallServices action if the component does not exist. ole32/tests: Fix crashes in usrmarshal.
msi: Remove an incorrect error trace. user32/tests: Skip DefWindowProc tests on Vista+.
uninstaller: Run msiexec if the WindowsInstaller value is set. winmm/tests: Don't use same buffer for both input and output.
uninstaller: Fix a leak. msctf/tests: Wait a bit for registrations to become active on Win7.
appwiz.cpl: Run msiexec if the WindowsInstaller value is set. kernel32/tests: Add error codes for XP/Win2003 Wow64.
msi: Set the Preselected property if the default feature selection is modified in a dialog. msi/tests: Fix some failures on Wow64.
msi: Set the install level to the maximum if the requested install state is not the default. ole32/tests: Disable target device clipboard tests.
msi: Use a function to determine if a feature is selected. msi/tests: Fix remaining Wow64 failures for action test set.
msi: Change ACTION_UpdateComponentStates to take a feature pointer. dinput/tests: Skip acquire tests when not running in the foreground.
gdi32/tests: Fix System font test for Japanese.
Henri Verbeet (17): Hans Leidekker (1):
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_generate_arb_declarations(). msi/tests: Mark a test result on some old Wow64 platforms as broken.
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_generate_glsl_declarations().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_destroy().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_cleanup().
wined3d: Avoid some interface pointers in set_glsl_shader_program().
wined3d: Pass implementation pointers to generate_param_reorder_function().
wined3d: Store implementation pointers in struct glsl_shader_prog_link.
wined3d: Store implementation pointers in glsl_program_key_t.
wined3d: Pass implementation pointers to get_glsl_program_entry().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_get_registers_used().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_generate_main().
wined3d: Store an IWineD3DBaseShaderImpl pointer in wined3d_shader_context.
wined3d: Pass an IWineD3DBaseTextureImpl array to pixelshader_update_samplers().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_unload().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_cleanup().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_level_count().
kernel32: Fix some memory leaks in set_wow64_environment().
Huw Davies (9): Henri Verbeet (20):
fonts: Fix the metrics of the extended integral and brace glyphs. wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_set_lod().
ole32: Rewrite the OleAdviseHolder's STATDATA enumerator to be a generic STATDATA enumerator. wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_lod().
include: Add GLYPHSET flag define. wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_set_autogen_filter_type().
gdi32: Clear the accel flags. wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_autogen_filter_type().
ole32: Remove some useless comments. wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_generate_mipmaps().
ole32: Use a STATDATA array to hold the connection data. wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_bind().
ole32: Allow the EnumSTATDATA constructor to take a sparse array. wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_apply_state_changes().
ole32: Implement IDataAdviseHolder_EnumAdvise. wined3d: Pass an IWineD3DBaseTextureImpl pointer to internal_preload().
ole32: Standardize the COM usage. wined3d: Use surface_modify_location() to manipulate location flags in IWineD3DSurfaceImpl_Unmap().
wined3d: Pass an IWineD3DDeviceImpl pointer to delete_opengl_contexts().
wined3d: Pass an IWineD3DDeviceImpl pointer to create_primary_opengl_context().
wined3d: Remove IWineD3DBaseTexture::BindTexture() from the public interface.
wined3d: Pass an IWineD3DResourceImpl pointer to resource_init().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_cleanup().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_free_private_data().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_private_data().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_private_data().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_priority().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_priority().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type().
Hwang YunSong (16): Huw Davies (4):
sane.ds: Update Korean resource. wrc: Initialise variable.
browseui: Update Korean resource. ole32: Reimplement SendOnDataChange using the connection enumerator.
clock: Update Korean resource. ole32: Store the ole advise sinks in a STATDATA array.
cmdlgtst: Update Korean resource. wineps.drv: Explicitly report that we do not support blending.
comctl32: Update Korean resource.
comdlg32: Update Korean resource.
credui: Update Korean resource.
crypt32: Update Korean resource.
cryptdlg: Update Korean resource.
cryptui: Update Korean resource.
cmd: Update Korean resource.
gphoto2.ds: Update Korean resource.
hhctl.ocx: Update Korean resource.
iccvid: Update Korean resource.
localspl: Update Korean resource.
localui: Update Korean resource.
Jacek Caban (38): Hwang YunSong (26):
mshtml: Fixed tests on IEs not supporting INewWindowManager. mpr: Update Korean resource.
mshtml: Call DoVerb on embedded plugin. msacm32: Update Korean resource.
mshtml: Added support for plugin in place activation. msi: Update Korean resource.
mshtml: Deactivate plugin when detaching from document. msrle32: Update Korean resource.
mshtml: Added PluginHost::GetWindowContext implementation. msvfw32: Update Korean resource.
mshtml: Added more plugin in place activation support. msvidc32: Update Korean resource.
mshtml: Added more ActiveX tests. net: Update Korean resource.
mshtml: Added OnUIActivation implementation. notepad: Update Korean resource.
mshtml: Added IOleContainer stub implementation. jscript: Update Korean resource.
mshtml: Added PluginHost::GetContainer implementation. oleacc: Update Korean resource.
mshtml: Forward PluginHost's QueryService calls to window object. oleaut32: Update Korean resource.
mshtml: Fixed tests on some IE6 installations. oledlg: Update Korean resource.
mshtml: Removed undocumented, internal stubs exported only by old IEs. appwiz.cpl: Update Korean resource.
jscript: Move some of registration process to IRegistrar mechanism. oleview: Update Korean resource.
mshtml: IHTMLDocument2 iface handling clean up. progman: Update Korean resource.
winetest: Make win9x unsupported. reg: Update Korean resource.
shdocvw: Share get_LocationURL implementation between WebBrowser and InternetExplorer objects. regedit: Update Korean resource.
shdocvw: Moved getting dochost pointer to separated function. serialui: Update Korean resource.
shdocvw: Added support for QueryService(IID_IWebBrowserApp). setupapi: Update Korean resource.
mshtml: Added IHTMLObjectElement::get_object implementation. view: Update Korean resource.
mshtml: Added support for forwarding object element's DOM calls to ActiveX control. wineboot: Update Korean resource.
mshtml: Improved QueryService debug traces. wineconsole: Update Korean resource.
mshtml: Improved IOmNavigator::javaEnabled stub. winedbg: Update Korean resource.
mshtml: Added IHTMLScriptElement::get_scr implementation. winefile: Update Korean resource.
mshtml: Added IHTMLStyleElement::media property implementation. winemine: Update Korean resource.
mshtml: Added IHTMLStyleElement::type property implementation. wineps.drv: Update Korean resource.
appwiz.cpl: Correctly handle NULL params in CPL_STARTWPARAMSW handler.
jscript: Added Date.setYear implementation.
urlmon: Added IUriContainer stub implementation of URLMoniker object.
mshtml: Fixed IOleUndoManager::QueryInterface implementation.
jscript: Exception tests clean up.
aclocal.m4: Recognize mingw-w64 as 32-bit cross compiler.
urlmon: Added more IInternetProtocolEx tests.
mshtml: Added GUID_CUSTOM_CONFIRMOBJECTSAFETY with CONFIRMSAFETYACTION_LOADOBJECT flag tests.
urlmon: Converted more registration process to IRegistrar mechanism.
mshtml: Get rid of no longer used GECKO_DATADIR.
urlmon: Make protocol tests more verbose.
include: Added macros for unions and structs that should remain nameless regardless NONAMELESSUNION/NONAMELESSSTRUCT definition.
Jerome Leclanche (1): Jacek Caban (30):
winemenubuilder: Add a trailing semicolon to MimeType in desktop files. urlmon: Fixed a race in tests causing unexpected Switch call failures.
jscript: Added ScriptEngine() implementation.
jscript: Added ScriptEngine*Version functions implementation.
mshtml: Pass DispatchEx pointer instead of outer IUnknown to DispatchEx's vtbl functions.
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions.
mshtml: Fixed unsafe cast in CreateChromeWindow2 implementation.
jscript: Better syntax error tests.
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
jscript: Use HRESULTs instead of IDSs in parser.
jscript: Ensure that the whole script is parsed.
jscript: Moved new_boolean_literal to lex.c.
jscript: Moved allocating double literal to separated function.
jscript: Beginning support for conditional compilation.
jscript: Added conditional compilation tests.
appwiz.cpl: Added checksum validation of downloaded file.
jscript: Don't unescape '\v'.
jscript: Return 'unknown' in typeof operator for native object's values that can't be retrieved.
jscript: Moved remaining registration to IRegistrar mechanism.
shdocvw: Get rid of no longer used DOCHOST_THIS.
msxml3: Don't forward put_nodeTypedValue and put_dataType calls to node IXMLDOMNode iface.
jscript: Fixed some math API assumption that cause test failures on Solaris.
mshtml: Added moz-safe-about to the list of Gecko internal protocols.
mshtml: Make nsIIOService::NewURI IUri-based.
mshtml: Use IUri for nsURL::[Get|Set]Password implementation.
mshtml: Don't prefer to forward a few more calls in nsIURL implementation.
urlmon: Fixed IUriBuilderFactory declaration.
mshtml: Make nsIURI::Resolve implementation IUri-based.
msxml3: Get rid of xmlnode_transformNodeToObject.
mshtml: Avoid obj to iface cast in ProtocolFactory_Create.
mshtml: Use inline function instead of macro for BSCallback vtbl implementations.
Joel Holdsworth (1): Jeremy Chin (1):
shdocvw: Added missing rendering directive to ietoolbar.svg. wined3d: Update detection of vertex blend capabilities.
Juan Lang (1): Ken Thomases (2):
crypt32: Accept any matching CN when checking a certificate's name. winemenubuilder: On Mac OS X, keep multiple icon sizes.
windowscodecs: Use Mac OS X native ICNS support, not libicns.
Kirill Smelkov (1): Lauri Kenttä (1):
kernel32: Support deleting resources in UpdateResource. readme: Add Finnish translation.
Luca Bennati (2): Luca Bennati (2):
cmd: Update Italian translation. jscript: Update Italian translation.
wininet: Update Italian translation. appwiz.cpl: Update Italian translation.
Maarten Lankhorst (5): Marcus Meissner (5):
quartz: Handle seeking while running better. winealsa.drv: Re-add capcontrols initialization.
quartz: Fix a race condition in videorenderer endflush. crypt32: NULL ptr could leak into function (Coverity).
quartz: Handle EndOfStream more elegantly in dsound renderer. mmdevapi: Fixed buffer size passed to RegEnumKeyExW.
winegstreamer: Silence a harmless fixme. crypt32: Handle NULL ptr leak in CryptDecodeObjectEx (Coverity).
winegstreamer: Correct a state transition. jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
Marcus Meissner (2): Matteo Bruni (1):
kernel32: Fixed size to GetEnvironmentVariableW. wined3d: Don't call glPointParameter with a random context.
configure.ac: Add -Wlogical-op, if it's not noisy.
Martin Storsjo (2): Michael Stefaniuc (91):
wineconsole: Fallback to window based console if the curses library isn't found. mshtml: COM cleanup for all the IServiceProvider ifaces.
wineconsole: Don't overwrite the backend selection when parsing --use-event. mshtml: COM cleanup for all the IOleCommandTarget ifaces.
mshtml: COM cleanup for the IOleControl iface.
mshtml: COM cleanup for the IHlinkTarget iface.
mshtml: COM cleanup for the ISupportErrorInfo iface.
mshtml: COM cleanup for the IObjectWithSite iface.
mshtml: COM cleanup for the IHTMLWindow2 iface.
mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow.
msxml3: Standardize the COM usage in saxreader.c.
avifil32: Use an iface instead of a vtbl pointer in IAVIStreamImpl.
avifil32: Reorder some code to avoid forward declarations for the IAVIStreamVtbl methods.
avifil32: Use an iface instead of a vtbl pointer in IGetFrameImpl.
avifil32: Reorder some code to avoid forward declarations for the IGetFrameVtbl methods.
mshtml: COM cleanup for the nsIWebBrowserChrome iface.
mshtml: COM cleanup for the remaining ifaces in NSContainer.
crypt32: Don't open code CONTAINING_RECORD().
mapi32: Fully merge the IMAPIProp ifaces into IPropData.
mapi32: COM cleanup for the IPropData iface.
hlink: Use ifaces instead of vtbl pointers in HlinkImpl.
oledb32: Use ifaces instead of vtbl pointers in convert.
msxml3: Use an iface instead of a vtbl pointer in httprequest.
mshtml: COM cleanup for the IHTMLTxtRange iface.
mshtml: Use an iface instead of a vtbl pointer in nsProtocolHandler.
inetcomm: Use an iface instead of a vtbl pointer in cf.
wbemprox: Use an iface instead of a vtbl pointer in wbemprox_cf.
msxml3: Use an iface instead of a vtbl pointer in parse_error_t.
explorerframe/tests: COM cleanup for INameSpaceTreeControlEventsImpl.
xmllite/tests: Use an iface instead of a vtbl pointer in testinput.
wmiutils: Use an iface instead of a vtbl pointer in wmiutils_cf.
hnetcfg: Use an iface instead of a vtbl pointer in hnetcfg_cf.
sti: Use an iface instead of a vtbl pointer in sti_cf.
oleaut32/tests: COM cleanup for usrmarshal.c.
mshtml: COM cleanup for the IHTMLElement iface.
mshtml: COM cleanup for the IHTMLElement2 iface.
mshtml: COM cleanup for the IHTMLElement3 iface.
mshtml: COM cleanup for the IHTMLFiltersCollection iface.
mshtml: COM cleanup for the IHTMLElementCollection iface.
mshtml: COM cleanup for the IHTMLDOMNode iface.
mshtml: COM cleanup for the IHTMLDOMNode2 iface.
mshtml: COM cleanup for the IHTMLDOMChildrenCollection iface.
mshtml: COM cleanup for the nsIHttpChannel iface.
mshtml: COM cleanup for the remaining ifaces in nsChannel.
urlmon: Use an iface instead of a vtbl pointer in ClassFactory.
hlink: Use an iface instead of a vtbl pointer in CFImpl.
rpcrt4: COM cleanup for StdProxyImpl.
mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument.
mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow.
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
mshtml: Remove some stray #undef.
mshtml: COM cleanup for the IUnknown iface.
comdlg32: Pass an object instead of an iface to a helper function.
comdlg32: Use ifaces instead of vtbl pointers in IShellBrowserImpl.
mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase.
mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
mshtml: COM cleanup for the IConnectionPoint* ifaces.
mshtml: COM cleanup for the IHTMLOptionElement* ifaces.
mshtml: COM cleanup for the IHTMLImageElementFactory iface.
mshtml: COM cleanup for the IHTMLTextContainer iface.
mshtml: COM cleanup for the ICustomDoc iface.
mshtml: COM cleanup for the IHTMLLocation iface.
mshtml: Use ifaces instead of vtbl pointers in BSCallback.
mshtml: COM cleanup for the nsIDOMEventListener iface.
mshtml: COM cleanup for the IHTMLFormElement iface.
mshtml: COM cleanup for the nsIFactory iface.
mshtml: COM cleanup for the IHTMLCommentElement iface.
mshtml: COM cleanup for the IHTMLStyleSheet* ifaces.
mshtml: COM cleanup for the IHTMLTable iface.
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
mshtml: COM cleanup for the IHTMLCurrentStyle iface.
mshtml: COM cleanup for the IActiveScriptSite* ifaces.
mshtml: COM cleanup for the IHTMLStyleElement iface.
mshtml: COM cleanup for the IHTMLStyle iface.
mshtml: COM cleanup for the IHTMLStyle2 iface.
mshtml: COM cleanup for the IHTMLStyle3 iface.
mshtml: COM cleanup for the IHTMLStyle4 iface.
ole32: COM cleanup for the IEnumSTATSTG iface.
urlmon: Don't use DEFINE_THIS2 for the Protocol vtbl functions.
mshtml: COM cleanup for the IHTMLEmbedElement iface.
hlink: Use ifaces instead of vtbl pointers in ExtensionService.
atl: Use ifaces instead of vtbl pointers in IOCS.
mshtml: COM cleanup for the nsIURL iface.
mshtml: COM cleanup for the nsIInputStream iface.
mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory.
windowscodecs: Use an iface instead of a vtbl pointer in BmpFrameEncode.
mshtml: Finish the COM standardization in protocol.c.
mshtml: Remove some leftover *_THIS undefs.
urlmon: Use an iface instead of a vtbl pointer in ProxyBindStatusCallback.
ole32: COM cleanup for the IMalloc iface.
msdaps: COM cleanup for the IClassFactory iface.
oleaut32/tests: COM cleanup for vartest.c.
shlwapi/tests: COM cleanup for thread.c.
Michael Stefaniuc (69): Mikhail Maroukhine (1):
clock: Add the Malayalam translation. user32: Add constness to params and variables.
clock: Add the Telugu translation.
clock: Add the Oriya translation.
clock: Add the Punjabi translation.
oleaut32: Standardize the COM usage in connpt.c.
mmdevapi: Standardize the COM usage in devenum.c.
msctf/tests: Standardize the COM usage in inputprocessor.c.
ole32/tests: Standardize the COM usage in clipboard.c.
shlwapi/tests: Standardize the COM usage in ordinal.c.
oleaut32/tests: Use an iface instead of an vtbl pointer in IRecordInfoImpl.
msi: Use an iface instead of an vtbl pointer in IClassFactoryImpl.
msi: Use an iface instead of a vtbl pointer in msi_custom_remote_impl.
msi: Use an iface instead of a vtbl pointer in msi_remote_package_impl.
msi: Use an iface instead of a vtbl pointer in msi_remote_database_impl.
ole32: Use ifaces instead of vtbl pointers in FTMarshalImpl.
ole32: Standardize the COM usage in moniker.c.
msxml3: Use an iface instead of a vtbl pointer in domattr.
msxml3: Use ifaces instead of vtbl pointers in xmlnodemap.
msxml3: Use an iface instead of a vtbl pointer in domcdata.
msxml3: Use an iface instead of a vtbl pointer in entityref.
msxml3: Use an iface instead of a vtbl pointer in domtext.
msxml3: Use an iface instead of a vtbl pointer in domelem.
msxml3: Use an iface instead of a vtbl pointer in xmlnodelist.
msxml3: Use an iface instead of a vtbl pointer in dom_pi.
msxml3: Use an iface instead of a vtbl pointer in domcomment.
msxml3: Use an iface instead of a vtbl pointer in domimpl.
msxml3: Use an iface instead of a vtbl pointer in domdoctype.
msxml3: Use an iface instead of a vtbl pointer in domfrag.
windowscodecs: Use ifaces instead of vtbl pointers in PngEncoder.
oleaut32: Use ifaces instead of vtbl pointers in OLEFontImpl.
ole32: Standardize the COM usage in clipboard.c.
shell32: Use an iface instead of a vtbl pointer in ShellItem.
winecfg: Remove the support to configure the audioio driver sound.
Remove the audioio sound driver. It is unused.
winapi: Remove support for wineaudioio.drv. wineaudioio.drv is no more.
hnetcfg: Standardize the COM usage in apps.c.
hnetcfg: Use an iface instead of an vtbl pointer in fw_manager.
hnetcfg: Use an iface instead of an vtbl pointer in fw_policy.
hnetcfg: Standardize the COM usage in port.c.
hnetcfg: Use an iface instead of an vtbl pointer in fw_profile.
hnetcfg: Standardize the COM usage in service.c.
d3dx9_36: Use an iface instead of an vtbl pointer in ID3DXLineImpl.
wmiutils: Use an iface instead of an vtbl pointer in status_code.
sane.ds: The Da, En, Fi, Fr, Nl, Pt resources are using UTF-8.
d3dx9_36: Use an iface instead of an vtbl pointer in ID3DXConstantTableImpl.
qcap: Use ifaces instead of vtbl pointers in VfwCapture.
oleaut32/tests: Standardize the COM usage in tmarshal.c.
oleaut32: Standardize the COM usage in tmarshal.c.
ole32: Standardize the COM usage in git.c.
mshtml: COM cleanup for the IHTMLDocument3 iface.
mshtml: COM cleanup for the IHTMLDocument4 iface.
mshtml: COM cleanup for the IHTMLDocument5 iface.
mshtml: COM cleanup for the IHTMLDocument6 iface.
mshtml: COM cleanup for the IPersist* ifaces in HTMLDocument.
msxml3: Use ifaces instead of vtbl pointers in xmldoc.
msxml3: Standardize the COM usage in xmlelem.c.
msctf: Standardize the COM usage in documentmgr.c.
inkobj: Remove inkcollector.c as it is dead code.
avifil32: Use an iface instead of a vtbl pointer in ITmpFileImpl.
wuapi: Use an iface instead of a vtbl pointer in wucf.
mshtml: COM cleanup for the IMonikerProp iface.
mshtml: COM cleanup for the IOleObject iface.
mshtml: COM cleanup for the IOleDocument iface.
mshtml: COM cleanup for the IOleDocumentView iface.
mshtml: COM cleanup for the IOleInPlaceActiveObject iface.
mshtml: COM cleanup for the IViewObjectEx iface.
mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface.
ole32: Use ifaces instead of vtbl pointers in DataCache.
ole32: Standardize the COM usage in defaulthandler.c.
Nikolay Sivov (8): Nikolay Sivov (21):
oleaut32/varformat: Fix day string representation format output. oleaut32: Add a helper to return INVOKEKIND flags value.
oleaut32/tests: Test return value without macros. oleaut32: Allow all property methods to have the same name.
oleaut32: Basic parameter validation tests for some GetTypeInfo* methods. oleaut32: Get SYSKIND value with a helper.
oleaut32: Fix GetLibAttr for null argument, plus error handling. oleaut32: Move common define to a header.
oleaut32: Added ICreateTypeInfo2::SetVarHelpContext(). oleaut32: Get rid of some magic offset values, use structure for that.
oleaut32: Fix null parameters handling in ICreateTypeLib2::CreateTypeInfo(). oleaut32: Use function description layout instead of hardcoded byte offsets.
oleaut32: Fix ICreateTypeInfo2::SetVarHelpContext() to iterate properly. oleaut32: Get rid of useless comment lines.
oleaut32: Hide variables and functions count storage details in helpers. oleaut32: Get function/variable description size with a helper, remove a hardcoded size.
oleaut32: Update variable description and typeinfo size in ICreateTypeInfo2::SetVarHelpContext().
oleaut32: Implement ICreateTypeInfo2::SetVarDocString().
oleview: Fix a crash on null helpstring and name on library level.
oleview: Fix some crashes on unnamed variables.
oleview: Fix some crashes on unnamed methods/arguments.
oleaut32: Use structure size instead of hardcoded values.
oleaut32/tests: Cleanup some test macros.
oleaut32: Use alloc/free helpers for all typelib parse methods.
oleaut32: Use implementation pointer to avoid casts.
oleaut32: Use IDispatch vtable size instead of hardcoded value.
oleaut32: Use alloc/free helpers for typelib creation part too.
oleaut32: Use VARENUM members instead of hardcoded values.
oleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
Paul Vriens (1): Piotr Caban (1):
shdocvw/tests: Make sure we use a valid temporary directory. shell32: Improved equal ITEMIDLISTs handling in ILIsParent.
Piotr Caban (4): Rex Tsai (3):
sane.ds: Convert Polish translation to UTF-8. wineboot: Update Traditional Chinese translation.
kernel32: Add support for completion routine invocation in ReadDirectoryChangesW. setupapi: Update Traditional Chinese translation.
server: Handle more inotify mask values. wininet: Update Traditional Chinese translation.
kernel32: Added more ReadDirectoryChangesW tests.
Rico Schüller (14): Rico Schüller (3):
d3dcompiler: Handle TAG_OSG5 in D3DGetBlobPart(). d3dcompiler: Add initial RDEF parsing.
wined3d: Fix memset size in IWineD3DVolumeImpl_Unmap. d3dcompiler: Add initial SHDR and SHEX parsing.
d3dcompiler: Use an iface instead of a vtbl pointer in d3dcompiler_blob. d3dcompiler: Implement ID3D11ReflectionInterface::GetDesc().
d3dcompiler: Use an iface instead of a vtbl pointer in d3dcompiler_shader_reflection.
d3dcompiler: Parse reflection STAT tag. Stefan Leichter (1):
d3dcompiler: Implement ID3D11ShaderReflection::GetMovInstructionCount(). setupapi: Add stub for SetupDiSetSelectedDevice.
d3dcompiler: Implement ID3D11ShaderReflection::GetConversionInstructionCount().
d3dcompiler: Parse ISGN in the reflection interface. Sven Baars (6):
d3dcompiler: Properly initialize Stream member of D3D11_SIGNATURE_PARAMETER_DESC. cmd: Fix a typo in the English resource.
d3dcompiler: Parse OSGN in the reflection interface. cmd: Update the Dutch translation.
d3dcompiler: Parse PCSG in the reflection interface. wininet: Update the Dutch translation.
d3dcompiler: Implement ID3D11ShaderReflection::GetInputParameterDesc(). appwiz.cpl: Update the Dutch translation.
d3dcompiler: Implement ID3D11ShaderReflection::GetOutputParameterDesc(). jscript: Update the Dutch translation.
d3dcompiler: Implement ID3D11ShaderReflection::GetPatchConstantParameterDesc(). msvcr80: Fix the _ctime32/64_s spec entries.
Thomas Mullaly (3):
include: Added IDN support functions and types.
kernel32: Added stubs for IDN functions.
normaliz: Added normaliz.dll stub.
Timo Teräs (1):
iphlpapi: Fix GetAdaptersAddresses return values.
Vincent Povirk (1):
windowscodecs: Store an impl pointer instead of an iface pointer.
Vitaliy Margolen (4):
dinput: Convert DirectInput to using interface instead of vtbl.
dinput: COM cleanup - use interface instead of lpvtbl in joystick effects.
dinput: Rename IDirectInputDevice2AImpl into IDirectInputDeviceImpl.
dinput: Pass interface instead of this pointer to joystick poll callback.
Yaron Shahrabani (1): Yaron Shahrabani (1):
shlwapi: Added Hebrew translation. wininet: Updated Hebrew translation.
Łukasz Wojniłowicz (5): Łukasz Wojniłowicz (2):
avifile: Update Polish translation. appwiz.cpl: Update Polish translation.
wininet: Update Polish translation. jscript: Update Polish translation.
taskmgr: Update Polish translation.
cmd: Update Polish translation.
winecfg: Update Polish translation.
-- --
Alexandre Julliard Alexandre Julliard

View File

@ -1 +1 @@
Wine version 1.3.10 Wine version 1.3.11

18
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for Wine 1.3.10. # Generated by GNU Autoconf 2.67 for Wine 1.3.11.
# #
# Report bugs to <wine-devel@winehq.org>. # Report bugs to <wine-devel@winehq.org>.
# #
@ -552,8 +552,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='Wine' PACKAGE_NAME='Wine'
PACKAGE_TARNAME='wine' PACKAGE_TARNAME='wine'
PACKAGE_VERSION='1.3.10' PACKAGE_VERSION='1.3.11'
PACKAGE_STRING='Wine 1.3.10' PACKAGE_STRING='Wine 1.3.11'
PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_URL='http://www.winehq.org' PACKAGE_URL='http://www.winehq.org'
@ -1373,7 +1373,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures Wine 1.3.10 to adapt to many kinds of systems. \`configure' configures Wine 1.3.11 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1442,7 +1442,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of Wine 1.3.10:";; short | recursive ) echo "Configuration of Wine 1.3.11:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1587,7 +1587,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
Wine configure 1.3.10 Wine configure 1.3.11
generated by GNU Autoconf 2.67 generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@ -2105,7 +2105,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by Wine $as_me 1.3.10, which was It was created by Wine $as_me 1.3.11, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@ $ $0 $@
@ -15990,7 +15990,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by Wine $as_me 1.3.10, which was This file was extended by Wine $as_me 1.3.11, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -16061,7 +16061,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
Wine config.status 1.3.10 Wine config.status 1.3.11
configured by $0, generated by GNU Autoconf 2.67, configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"