Re: [website] Added templates/zh-cn/cvs.template translation

2013-08-17 Thread Frédéric Delanoy
On Sat, Aug 17, 2013 at 5:57 AM, xulixin wrote: > Should I change my name's spelling to Lixin Xu, or LiXin Xu, or other > format? Not sure, most people (at least non-Chinese) use firstname lastname convention, but I guess you should use the same convention as other Chinese-speaking committers. H

Re: imm32/tests: Fix a trailing '\n' in an ok() call.

2013-08-17 Thread Qian Hong
> -ok(ic != NULL, "ImmLockIMC failed\n!"); > +ok(ic != NULL, "ImmLockIMC failed!\n"); Oh, good catch... Thanks! -- Regards, Qian Hong - http://www.winehq.org

Re: PLEASE add bug links!

2013-08-17 Thread André Hentschel
Am 16.08.2013 23:02, schrieb Rosanne DiMesio: > On Fri, 16 Aug 2013 20:51:19 +0100 > Ken Sharp wrote: > >> >> I believe someone managed to run a script to find the unlinked bugs. I >> can't remember who it was now, sadly, and I don't know if it was >> server-side, which would obviously be quick

RFC: winedev guide multimedia chapter patch

2013-08-17 Thread Frédéric Delanoy
Hi guys, I've been updating the wine multimedia paths of the wine dev guide, but I'm not really familiar with that area of Wine, so could you please have a look at the attached patch to check if it seems correct? I checked the code a bit but I'm not sure how outdated the guide is. For easier "tes

Re: PLEASE add bug links!

2013-08-17 Thread Rosanne DiMesio
On Sat, 17 Aug 2013 13:07:32 +0200 André Hentschel wrote: > > So this is just with no link in "Show Apps affected by this bug"? > Beside it being outdated i think it's not exactly what Ken wants, > I think what Ken wants is for people to add the bug links when they create the bug so we don't

Re: [PATCH 4/6] oleaut32: TKIND_ALIAS improvements

2013-08-17 Thread Piotr Caban
On 08/16/13 21:40, Andrew Eikum wrote: @@ -8502,7 +8502,7 @@ static HRESULT WINAPI ICreateTypeLib2_fnCreateTypeInfo(ICreateTypeLib2 *iface, info->cbSizeInstance = 2; break; case TKIND_ALIAS: -info->cbSizeInstance = -0x75; +info->cbSizeInstance = 4;

Re: PLEASE add bug links!

2013-08-17 Thread Ken Sharp
On 17/08/13 13:36, Rosanne DiMesio wrote: On Sat, 17 Aug 2013 13:07:32 +0200 André Hentschel wrote: So this is just with no link in "Show Apps affected by this bug"? Beside it being outdated i think it's not exactly what Ken wants, I can, and do, search Bugzilla for that. It is a massive

Re: PLEASE add bug links!

2013-08-17 Thread Rosanne DiMesio
On Sat, 17 Aug 2013 15:37:33 +0100 Ken Sharp wrote: > I can, and do, search Bugzilla for that. It is a massive PITA having to > do it but a script would make it easier, however... > > Users can add bug links, so if someone would run an updated script and post the results we could post it on

Re: [website] Added templates/zh-cn/cvs.template translation

2013-08-17 Thread Ken Sharp
On 17/08/13 09:02, Frédéric Delanoy wrote: Hwang YunSong (황윤성) Looks like UTF-8 works fine, so you could always use your real Chinese name. 황윤성 is Korean I believe.

Re: msxml3: Defer the conversion of XPath expressions to UTF-8. (try 4)

2013-08-17 Thread John Chadwick
Nikolay, does this patch look good to you? I was advised on #winehackers to get some acknowledgement that the patch is OK. Hopefully doing so can get things moving along.

Re: msxml3: Defer the conversion of XPath expressions to UTF-8. (try 4)

2013-08-17 Thread Nikolay Sivov
On 8/17/2013 21:05, John Chadwick wrote: Nikolay, does this patch look good to you? I was advised on #winehackers to get some acknowledgement that the patch is OK. Hopefully doing so can get things moving along. Yes, it looks ok. Idea is to have xmlChar closer to actual libxml2 calls that need

Re: Wine Gecko 2.24-beta1

2013-08-17 Thread Zhenbo Li
I've tested some websites, and found that these pages have problems: http://mail.163.com (it will make gecko crash) http://huaban.com (nothing can be shown) http://douban.com (no pictures) http://html5test.com/ (can't load page, and I'm sure that it's not a regres