Re: Removed as super maintainer

2006-12-13 Thread Tony Lambregts
Aaron Slunt wrote: > So do we have to reapply now, or can you just readd me as > supermaintainer to half-life sound selector? My email I use on there is > the same as this one. It looks we lost all of the entries for "supermaintainers" some time between yesterday and 11:37:22 today. I have no idea

Re: mshtml #5: Set default print template in exec_print.

2006-12-13 Thread Frank Richter
On 14.12.2006 00:21, Jacek Caban wrote: > --- a/dlls/mshtml/resource.h > +++ b/dlls/mshtml/resource.h > @@ -28,6 +28,9 @@ > > #define IDS_MESSAGE_BOX_TITLE 2213 > > +#define IDS_PRINT_HEADER_TEMPLATE 8403 > +#define IDS_PRINT_FOOTER_TEMPLATE 8404 > + Could it be you forgot to submit the .r

Re: mshtml #1: Added test of CompareUrl.

2006-12-13 Thread Jacek Caban
Paul Vriens wrote: On Tue, 2006-12-12 at 21:52 +0100, Jacek Caban wrote: +hres = IInternetProtocolInfo_CompareUrl(protocol_info, NULL, NULL, 0xdeadbeef); +ok(hres == E_NOTIMPL, "CompareUrl failed: %08x\n", hres); + Will these tests also return E_NOTIMPL on Windows? The

Re: Removed as super maintainer

2006-12-13 Thread Aaron Slunt
So do we have to reapply now, or can you just readd me as supermaintainer to half-life sound selector? My email I use on there is the same as this one. On 12/13/06, Chris Morgan <[EMAIL PROTECTED]> wrote: We can modify the cleanup script to output a list of people being removed as maintainers s

Re: Removed as super maintainer

2006-12-13 Thread Chris Morgan
We can modify the cleanup script to output a list of people being removed as maintainers so we can rule that out as a culprit. I'm open to other suggestions about logging operations or storing deleted entries but flagging them as "deleted" and adding a date field if appropriate to track the last

Re: Removed as super maintainer

2006-12-13 Thread Alexander Nicolaysen Sørnes
Onsdag 13 desember 2006 19:14, skrev Chris Morgan: > If you didn't receive an email about how you haven't logged in in a > while then it isn't likely that the appdb cleanup system removed your > super maintainership. Could this possibly be related to the super > maintainer changes you put in recent

Re: ntdll/signal_i386.c: __wine_enter_vm86 issue

2006-12-13 Thread Markus Amsler
Christoph Bumiller wrote: Yep .. it (the patch) works, at least for Blade of Destiny which is now actually playable (!) (without sound yet, though). Why hasn't it been merged? I'm not sure, I didn't ask. Perhaps I did something wrong with the server code, or there's a better way to achieve th

Re: Re: ntdll/signal_i386.c: __wine_enter_vm86 issue

2006-12-13 Thread Christoph Bumiller
Zitat von Markus Amsler <[EMAIL PROTECTED]>: Christoph Bumiller wrote: I tried to run some DOS games with wine recently and since most of them crashed I would call this a success, since not ALL of them crashed :-). Winedos is far from a complete DOS emulation. Well, unfortunately those th

Re: Removed as super maintainer

2006-12-13 Thread darckness
I've been removed from super maintainer and maintainer of World of Warcraft and I know I've been on within the last month even if I haven't changed anything.

Re: kernel32: Add a couple of weird PE images

2006-12-13 Thread Michael Jung
On Wednesday 13 December 2006 18:00, Dmitry Timoshkov wrote: > +static BOOL is_power_of_two(DWORD alignment) > +{ > +if (!alignment) return FALSE; > + > +while (!(alignment & 1)) > +{ > +alignment >>= 1; > +} > +return alignment == 1; > +} Although speed should not be a

Re: Removed as super maintainer

2006-12-13 Thread Bryan DeGrendel
On 12/13/06, Aaron Slunt <[EMAIL PROTECTED]> wrote: Chris Morgan wrote: > Have you recently submitted any new applications or versions? Have you > logged in to appdb within the last few months? > > Chris > > > On 12/13/06, Aaron Slunt <[EMAIL PROTECTED]> wrote: >> Alexander Nicolaysen Sørnes wro

Re: Removed as super maintainer

2006-12-13 Thread Vitaliy Margolen
Alexander Nicolaysen Sørnes wrote: > Hello, > > It seems like I have been removed from all the applications I was previously > a > super maintainer of. All my non-super maintainerships seem to be unaffected. > > Does anyone know the reason? Is it related to the recent server problems? > >

Re: Removed as super maintainer

2006-12-13 Thread Aaron Slunt
Chris Morgan wrote: Have you recently submitted any new applications or versions? Have you logged in to appdb within the last few months? Chris On 12/13/06, Aaron Slunt <[EMAIL PROTECTED]> wrote: Alexander Nicolaysen Sørnes wrote: > Hello, > > It seems like I have been removed from all the ap

Re: Removed as super maintainer

2006-12-13 Thread Chris Morgan
Have you recently submitted any new applications or versions? Have you logged in to appdb within the last few months? Chris On 12/13/06, Aaron Slunt <[EMAIL PROTECTED]> wrote: Alexander Nicolaysen Sørnes wrote: > Hello, > > It seems like I have been removed from all the applications I was prev

Re: Removed as super maintainer

2006-12-13 Thread Aaron Slunt
Alexander Nicolaysen Sørnes wrote: Hello, It seems like I have been removed from all the applications I was previously a super maintainer of. All my non-super maintainerships seem to be unaffected. Does anyone know the reason? Is it related to the recent server problems? Regards, Alexan

Re: kernel32: Allow the prefered language to be different from the prefered locale on Mac OS X. [take3]

2006-12-13 Thread Ken Thomases
On Dec 13, 2006, at 12:02 PM, Pierre d'Herbemont wrote: On Dec 13, 2006, at 4:46 PM, Ken Thomases wrote: Wait, wait... On Dec 12, 2006, at 6:55 AM, Pierre d'Herbemont wrote: +all_locales = CFLocaleCopyAvailableLocaleIdentifiers(); +preferred_locales = CFBundleCopyLocalizationsForPre

Re: kernel32: Allow the prefered language to be different from the prefered locale on Mac OS X. [take3]

2006-12-13 Thread Pierre d'Herbemont
On Dec 13, 2006, at 4:46 PM, Ken Thomases wrote: Wait, wait... On Dec 12, 2006, at 6:55 AM, Pierre d'Herbemont wrote: +all_locales = CFLocaleCopyAvailableLocaleIdentifiers(); +preferred_locales = CFBundleCopyLocalizationsForPreferences ( all_locales, NULL ); I thought I explained t

Removed as super maintainer

2006-12-13 Thread Alexander Nicolaysen Sørnes
Hello, It seems like I have been removed from all the applications I was previously a super maintainer of. All my non-super maintainerships seem to be unaffected. Does anyone know the reason? Is it related to the recent server problems? Regards, Alexander N. Sørnes AppDB Administrator

Re: kernel32: suppress an unneeded warning

2006-12-13 Thread Juan Lang
Please don't apply, it disallows integers preceded by whitespace, which I don't think is correct. Thanks, --Juan http://www.winehq.org/pipermail/wine-patches/2006-December/033747.html Do you Yahoo!? Everyone

Re: kernel32: Allow the prefered language to be different from the prefered locale on Mac OS X. [take3]

2006-12-13 Thread Ken Thomases
Wait, wait... On Dec 12, 2006, at 6:55 AM, Pierre d'Herbemont wrote: This time with Alexandre suggestion to use directly parse_locale_name. We still leave the possibility not to use the System preferences language if LC_MESSAGES env variable LC_MESSAGES was set to a value different than th

Re: ntdll/signal_i386.c: __wine_enter_vm86 issue

2006-12-13 Thread Markus Amsler
Christoph Bumiller wrote: I tried to run some DOS games with wine recently and since most of them crashed I would call this a success, since not ALL of them crashed :-). Winedos is far from a complete DOS emulation. In my example (Realms of Arkania: Blade of Destiny) this lets the app conti