[pkg-wine-party] [wine] 02/03: Merge branch 'master' into jessie-backports-1.7.x

Jens Reyer jreyer-guest at moszumanska.debian.org
Sat Aug 29 13:52:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch jessie-backports-1.7.x
in repository wine.

commit c0abe5521dd1ab0d26bde24a753cfb8e8d794a13
Merge: 60e8974 0e93537
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Fri Aug 28 22:47:54 2015 +0200

    Merge branch 'master' into jessie-backports-1.7.x

 ANNOUNCE                                           |  630 ++++-----
 AUTHORS                                            |    1 +
 VERSION                                            |    2 +-
 configure                                          |   20 +-
 configure.ac                                       |    2 +-
 debian/changelog                                   |   11 +
 dlls/advapi32/security.c                           |   25 +-
 dlls/advapi32/tests/security.c                     |   33 +-
 dlls/appwiz.cpl/addons.c                           |    6 +-
 dlls/comctl32/tests/v6util.h                       |    4 +
 dlls/comdlg32/itemdlg.c                            |  409 +++++-
 dlls/comdlg32/tests/itemdlg.c                      |  221 +++-
 dlls/credui/credui.spec                            |    1 +
 dlls/credui/credui_main.c                          |   82 +-
 dlls/credui/tests/credui.c                         |   72 ++
 dlls/d2d1/bitmap.c                                 |   25 +-
 dlls/d2d1/brush.c                                  |    9 +-
 dlls/d2d1/d2d1_private.h                           |   10 +-
 dlls/d2d1/factory.c                                |   19 +-
 dlls/d2d1/geometry.c                               |  279 +++-
 dlls/d2d1/render_target.c                          |  105 +-
 dlls/d2d1/tests/d2d1.c                             |  257 +++-
 dlls/d2d1/wic_render_target.c                      |    2 -
 dlls/d3d10/d3d10_main.c                            |    4 +-
 dlls/d3d10core/Makefile.in                         |   13 +-
 dlls/d3d10core/d3d10core_main.c                    |   96 +-
 dlls/d3d10core/tests/device.c                      |  273 +++-
 dlls/d3d11/Makefile.in                             |   13 +-
 dlls/{d3d10core => d3d11}/async.c                  |   11 +-
 dlls/{d3d10core => d3d11}/buffer.c                 |   22 +-
 dlls/d3d11/d3d11.spec                              |    4 +-
 dlls/d3d11/d3d11_main.c                            |  222 +++-
 .../d3d10core_private.h => d3d11/d3d11_private.h}  |   50 +-
 dlls/{d3d10core => d3d11}/device.c                 |  782 +++++++++--
 dlls/{d3d10core => d3d11}/inputlayout.c            |   14 +-
 dlls/{d3d10core => d3d11}/shader.c                 |   34 +-
 dlls/{d3d10core => d3d11}/state.c                  |   41 +-
 dlls/{d3d10core => d3d11}/texture.c                |   38 +-
 dlls/{d3d10core => d3d11}/utils.c                  |   33 +-
 dlls/{d3d10core => d3d11}/view.c                   |   29 +-
 dlls/d3dcompiler_43/compiler.c                     |   37 +-
 dlls/d3dcompiler_43/d3dcompiler_private.h          |    4 +-
 dlls/d3dcompiler_46/d3dcompiler_46.spec            |    4 +-
 dlls/d3dcompiler_47/d3dcompiler_47.spec            |    4 +-
 dlls/d3drm/Makefile.in                             |    2 +-
 dlls/d3drm/d3drm.c                                 |  302 ++++-
 dlls/d3drm/d3drm_private.h                         |   17 +-
 dlls/d3drm/device.c                                |  219 +++-
 dlls/d3drm/tests/d3drm.c                           |  559 ++++----
 dlls/dwrite/dwrite_private.h                       |    4 +-
 dlls/dwrite/font.c                                 |  714 +++++++++--
 dlls/dwrite/gdiinterop.c                           |  184 ++-
 dlls/dwrite/opentype.c                             |  141 +-
 dlls/dwrite/tests/analyzer.c                       |   50 +-
 dlls/dwrite/tests/font.c                           |   26 +-
 dlls/dwrite/tests/layout.c                         |    2 +-
 dlls/dxgi/dxgi_main.c                              |    8 +-
 dlls/dxgi/swapchain.c                              |    2 +-
 dlls/dxgi/tests/device.c                           |    2 +-
 dlls/gdi32/freetype.c                              |    2 +-
 dlls/gdi32/gdi_private.h                           |    3 +-
 dlls/gdi32/tests/font.c                            |   86 +-
 dlls/ieframe/dochost.c                             |   61 +-
 dlls/ieframe/ieframe.h                             |    4 +-
 dlls/ieframe/iexplore.c                            |    9 +-
 dlls/ieframe/navigate.c                            |   44 +-
 dlls/ieframe/oleobject.c                           |   11 +
 dlls/ieframe/shellbrowser.c                        |    2 +
 dlls/ieframe/tests/webbrowser.c                    |  368 ++++--
 dlls/ieframe/webbrowser.c                          |   36 +-
 dlls/imagehlp/access.c                             |   17 -
 dlls/imm32/imm.c                                   |    4 +-
 dlls/iphlpapi/iphlpapi.spec                        |    4 +-
 dlls/iphlpapi/iphlpapi_main.c                      |   73 +-
 dlls/iphlpapi/tests/iphlpapi.c                     |   56 +-
 dlls/kernel32/editline.c                           |    8 +-
 dlls/kernel32/tests/file.c                         |    1 -
 dlls/kernel32/tests/loader.c                       |   10 -
 dlls/kernel32/tests/path.c                         |    4 +
 dlls/kernel32/tests/process.c                      |  197 ++-
 dlls/kernel32/tests/thread.c                       |  111 +-
 dlls/kernel32/time.c                               |    2 +-
 dlls/krnl386.exe16/file.c                          |    4 +-
 dlls/mshtml/htmlanchor.c                           |  145 ++-
 dlls/mshtml/htmlarea.c                             |   33 +-
 dlls/mshtml/htmlcurstyle.c                         |    6 +-
 dlls/mshtml/htmlselect.c                           |   74 +-
 dlls/mshtml/htmlwindow.c                           |    5 +
 dlls/mshtml/mshtml_private.h                       |    1 +
 dlls/mshtml/navigate.c                             |    6 +-
 dlls/mshtml/nsembed.c                              |    6 +-
 dlls/mshtml/nsiface.idl                            |  114 +-
 dlls/mshtml/nsio.c                                 |  155 ++-
 dlls/mshtml/tests/dom.c                            |   82 +-
 dlls/mshtml/tests/script.c                         |    6 +-
 dlls/mshtml/tests/style.c                          |   22 +
 dlls/mshtml/tests/xmlhttprequest.c                 |  130 +-
 dlls/mshtml/xmlhttprequest.c                       |   13 +-
 dlls/msi/action.c                                  |   63 +-
 dlls/msi/dialog.c                                  |    7 +-
 dlls/msi/tests/action.c                            |   71 +-
 dlls/msvcirt/msvcirt.c                             |  111 +-
 dlls/msvcirt/tests/msvcirt.c                       |  243 +++-
 dlls/msvcp110/msvcp110.spec                        |   44 +-
 dlls/msvcp120/msvcp120.spec                        |   44 +-
 dlls/msvcp120/tests/msvcp120.c                     |  209 ++-
 dlls/msvcp120_app/msvcp120_app.spec                |   44 +-
 dlls/msvcp90/ios.c                                 |  186 ++-
 dlls/msvcrt/file.c                                 |   54 +-
 dlls/msvcrt/msvcrt.h                               |    4 +
 dlls/msvcrt/tests/time.c                           |    4 +-
 dlls/msvfw32/msvideo_main.c                        |    4 +-
 dlls/msxml3/node.c                                 |    6 +-
 dlls/msxml3/tests/domdoc.c                         |  120 ++
 dlls/ntdll/file.c                                  |  102 ++
 dlls/ntdll/loader.c                                |  154 ++-
 dlls/ntdll/signal_arm64.c                          |    2 +-
 dlls/ntdll/tests/exception.c                       |    2 +-
 dlls/ntdll/tests/file.c                            | 1351 +++++++++++++++++++-
 dlls/ntdll/tests/info.c                            |    2 +
 dlls/ntdll/version.c                               |    8 +
 dlls/ntdll/virtual.c                               |   93 +-
 dlls/ole32/marshal.c                               |    2 +-
 dlls/ole32/tests/marshal.c                         |    2 +-
 dlls/ole32/tests/moniker.c                         |    2 +-
 dlls/ole32/tests/ole2.c                            |    8 +-
 dlls/oleaut32/tests/tmarshal.c                     |    2 +-
 dlls/oleaut32/tests/typelib.c                      |    4 +
 dlls/oleaut32/tests/vartest.c                      |    2 +-
 dlls/oleaut32/tests/vartype.c                      |    3 +-
 dlls/oleaut32/vartype.c                            |    8 +-
 dlls/qcap/tests/smartteefilter.c                   |    2 +-
 dlls/qedit/samplegrabber.c                         |  127 +-
 dlls/qmgr/file.c                                   |    3 +-
 dlls/quartz/tests/filtermapper.c                   |    2 +-
 dlls/riched20/tests/richole.c                      |    2 +-
 dlls/rpcrt4/ndr_stubless.c                         |   34 +
 dlls/scrrun/tests/dictionary.c                     |    4 +-
 dlls/secur32/schannel_gnutls.c                     |    4 +-
 dlls/secur32/secur32.c                             |  106 ++
 dlls/secur32/secur32.spec                          |    5 +
 dlls/secur32/tests/secur32.c                       |  101 ++
 dlls/shell32/shellitem.c                           |   22 +-
 dlls/user32/tests/msg.c                            |    4 +
 dlls/usp10/shape.c                                 |    5 +-
 dlls/usp10/tests/usp10.c                           |   43 +-
 dlls/usp10/usp10.c                                 |    9 +
 dlls/vcomp/main.c                                  |  149 ++-
 dlls/vcomp/tests/vcomp.c                           |  128 +-
 dlls/vcomp/vcomp.spec                              |   22 +-
 dlls/vcomp100/vcomp100.spec                        |   22 +-
 dlls/vcomp110/vcomp110.spec                        |   22 +-
 dlls/vcomp90/vcomp90.spec                          |   22 +-
 dlls/wbemprox/query.c                              |    6 +-
 dlls/wbemprox/tests/query.c                        |    6 +-
 dlls/windowscodecs/tiffformat.c                    |    2 +-
 dlls/wined3d/arb_program_shader.c                  |    4 +-
 dlls/wined3d/context.c                             |   49 +-
 dlls/wined3d/device.c                              |   80 ++
 dlls/wined3d/directx.c                             |    7 +
 dlls/wined3d/texture.c                             |    3 +
 dlls/wined3d/utils.c                               |    5 +
 dlls/wined3d/wined3d.spec                          |    1 +
 dlls/wined3d/wined3d_gl.h                          |    1 +
 dlls/winemac.drv/cocoa_app.m                       |    4 +-
 dlls/winhttp/request.c                             |   19 +-
 dlls/winhttp/tests/winhttp.c                       |   18 +
 dlls/wininet/tests/internet.c                      |   10 +-
 dlls/ws2_32/socket.c                               |   31 +-
 dlls/xaudio2_7/xaudio_dll.c                        |  868 ++++++++++++-
 include/Makefile.in                                |    2 +
 include/d3d11.idl                                  |    5 +
 include/d3dcommon.idl                              |   36 +
 include/dwrite.idl                                 |    3 +-
 include/iimgctx.idl                                |   70 +
 include/mapidefs.h                                 |    2 +-
 include/netioapi.h                                 |    6 +
 include/shobjidl.idl                               |    2 +-
 include/sspi.h                                     |   23 +
 .../uninstaller.rc => include/tcpestats.h          |   29 +-
 include/wincred.h                                  |    1 +
 include/windows.foundation.idl                     |   30 +
 include/wine/server_protocol.h                     |   37 +-
 include/wine/wined3d.h                             |    3 +
 include/winnt.h                                    |   25 +
 include/winternl.h                                 |    7 +
 po/ar.po                                           |   37 +
 po/bg.po                                           |   35 +
 po/ca.po                                           |   37 +
 po/cs.po                                           |   37 +
 po/da.po                                           |   37 +
 po/de.po                                           |   37 +
 po/el.po                                           |   35 +
 po/en.po                                           |   50 +
 po/en_US.po                                        |   50 +
 po/eo.po                                           |   35 +
 po/es.po                                           |   37 +
 po/fa.po                                           |   35 +
 po/fi.po                                           |   37 +
 po/fr.po                                           |   37 +
 po/he.po                                           |   37 +
 po/hi.po                                           |   35 +
 po/hr.po                                           |   37 +
 po/hu.po                                           |   37 +
 po/it.po                                           |   37 +
 po/ja.po                                           |   37 +
 po/ko.po                                           |   37 +
 po/lt.po                                           |   40 +-
 po/ml.po                                           |   35 +
 po/nb_NO.po                                        |   37 +
 po/nl.po                                           |   37 +
 po/or.po                                           |   35 +
 po/pa.po                                           |   35 +
 po/pl.po                                           |  121 +-
 po/pt_BR.po                                        |   37 +
 po/pt_PT.po                                        |   37 +
 po/rm.po                                           |   35 +
 po/ro.po                                           |   37 +
 po/ru.po                                           |   40 +-
 po/sk.po                                           |   35 +
 po/sl.po                                           |   37 +
 po/sr_RS at cyrillic.po                               |   36 +
 po/sr_RS at latin.po                                  |   36 +
 po/sv.po                                           |   37 +
 po/te.po                                           |   35 +
 po/th.po                                           |   35 +
 po/tr.po                                           |   37 +
 po/uk.po                                           |   38 +-
 po/wa.po                                           |   35 +
 po/wine.pot                                        |   35 +
 po/zh_CN.po                                        |   35 +
 po/zh_TW.po                                        |   37 +
 programs/cmd/builtins.c                            |    6 +-
 programs/cmd/tests/test_builtins.cmd               |    8 +
 programs/cmd/tests/test_builtins.cmd.exp           |   16 +
 programs/cmd/wcmdmain.c                            |    7 +-
 programs/uninstaller/main.c                        |  103 +-
 programs/uninstaller/resource.h                    |    7 +
 programs/uninstaller/uninstaller.rc                |   13 +
 programs/winecfg/appdefaults.c                     |    1 +
 programs/winecfg/theme.c                           |    2 +-
 programs/winecfg/x11drvdlg.c                       |   31 +-
 server/atom.c                                      |    1 +
 server/console.c                                   |    9 +-
 server/device.c                                    |    7 +
 server/fd.c                                        |  240 +++-
 server/file.c                                      |   23 +-
 server/file.h                                      |    1 +
 server/process.c                                   |    6 +-
 server/protocol.def                                |   16 +
 server/registry.c                                  |   49 +-
 server/request.h                                   |   11 +
 server/thread.c                                    |   10 +-
 server/trace.c                                     |   20 +
 tools/c2man.pl                                     |    4 +-
 tools/widl/header.c                                |    4 +-
 tools/widl/parser.y                                |   13 +-
 tools/widl/typetree.c                              |    8 +-
 tools/widl/typetree.h                              |    2 +-
 tools/wmc/mcl.c                                    |    2 +-
 tools/wmc/wmc.c                                    |    2 -
 tools/wrc/wrc.c                                    |    2 -
 262 files changed, 13374 insertions(+), 2331 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list