New winetricks: added riched20

2008-01-12 Thread Dan Kegel
Seeing as we have about 45 open riched20 bugs, and some recent regressions, I figured it'd be useful to add riched20 to winetricks. Incidentally, since I lost the workstation that had the old rcs repository it was in, I gave in to modern times and put it in a new repository at

Bug audit status

2008-01-12 Thread Dan Kegel
Since Vijay suggested doing a bug audit two weeks ago, the number of open bugs has dropped by about 300, or 10%: http://bugs.winehq.org/reports.cgi?product=-All-datasets=NEW%3Adatasets=UNCONFIRMED%3A That was quite a burst of activity! There are still 1800 bugs that haven't been touched in over

Re: autorun perhaps dangerous (Was: Wine release 0.9.53)

2008-01-12 Thread Scott Ritchie
Marcus Meissner wrote: On Fri, Jan 11, 2008 at 05:36:04PM +0100, Alexandre Julliard wrote: This is release 0.9.53 of Wine, a free implementation of Windows on Unix. What's new in this release: - RunOnce and Run entries now executed on startup. This will probably give some fallout ;) I

Re: Please change Bugzilla email settings for wine-bugs

2008-01-12 Thread Jan Zerebecki
On Thu, Jan 10, 2008 at 10:53:39AM +, Luke Bratch wrote: Whilst on the subject of Bugzilla email settings, is it possible to add a message to Bugzilla emails asking users not to reply, but to post in Bugzilla? Yes, the templates for the emails are in git with the rest of bugzilla. We just

Re: Please change Bugzilla email settings for wine-bugs

2008-01-12 Thread Jan Zerebecki
On Wed, Jan 09, 2008 at 02:33:48PM -0800, Dan Kegel wrote: On Jan 9, 2008 2:28 PM, Maarten Lankhorst [EMAIL PROTECTED] wrote: If I recall correctly, it was changed to globalwatcher because wine-bugs wouldn't receive a copy of bug changes any more if the bug wasn't assigned to him and you

Re: bugs audit volunteers require

2008-01-12 Thread Jan Zerebecki
On Sun, Jan 06, 2008 at 04:32:20PM -0700, James McKenzie wrote: Jan Zerebecki wrote: It might make sense to rename Abandoned? to needmoreinfo, so that one can key a bug as needmoreinfo and after x month with that keyword and no response resolve it abandoned. Though we probably don't

Re: autorun perhaps dangerous (Was: Wine release 0.9.53)

2008-01-12 Thread Marcel Partap
..also, a very good utility to handle the autorun stuff is autoruns.exe from the Sysinternals Suite. Actually, the whole suite is a very good testbed for wine as it contains low level monitoring tools like Diskmon.exe, Filemon.exe, Tcpview.exe, procexp.exe, portmon.exe, Winobj.exe.. many of

Re: Implement IStream interface for msxml3 domdoc

2008-01-12 Thread L. Rahyen
On Saturday January 12 2008 11:31:38 Josef Reidinger wrote: This patch fix bug #4811. It implements IStream interface for dom document in msxml. Really implemented is needed part of write function, other function is not implemented. Part is also not implemented by windows (readed only at msdn,

Please change Bugzilla email settings for wine-bugs

2008-01-12 Thread Luke Bratch
Yes, the templates for the emails are in git with the rest of bugzilla. We just need to be carefull to not throw off anything that parses these mails. Patches welcome. I'll have a look and submit a patch. We could change that mailinglist to not accept mail from anything else than bugzilla.

Re: Implement IStream interface for msxml3 domdoc

2008-01-12 Thread Dmitry Timoshkov
Josef Reidinger [EMAIL PROTECTED] wrote: changelog: * implement IStream write for msxml domdoc What are the tab settings in your editor? All white space in your patches looks completely broken. Set tab size to 8 spaces, and try to avoid tabs at all. + if (!This-Stream){ + + } Why is

Re: autorun perhaps dangerous (Was: Wine release 0.9.53)

2008-01-12 Thread Brian Vincent
Until someone comes up with the addition to winecfg to edit the Run and RunOnce keys (and it really seems like that is what we need), we should probably detect if those keys have changed and pop up a dialog on the next wineboot that says: The Run or RunOnce registry keys have changed, probably

Re: Implement IStream interface for msxml3 domdoc

2008-01-12 Thread Alistair Leslie-Hughes
IStream *iface, void const *pv, ULONG cb, ULONG *pcbRead) { + TRACE(\n); domdoc *This = impl_from_IStream(iface); - return IStream_Write(This-stream,pv,cb,pcbRead); +if (!This-chunkParser){ + TRACE(1); Remove unneeded TRACE statements. Best Regards Alistair Leslie-Hughes

Re: autorun perhaps dangerous (Was: Wine release 0.9.53)

2008-01-12 Thread Steven Edwards
On Jan 12, 2008 2:15 PM, Brian Vincent [EMAIL PROTECTED] wrote: Until someone comes up with the addition to winecfg to edit the Run and RunOnce keys (and it really seems like that is what we need), we should probably detect if those keys have changed and pop up a dialog on the next wineboot

New winetricks: added vcrun2008, xvid, ffdshow, allfonts, allvcodecs; updated mono12

2008-01-12 Thread Dan Kegel
On Jan 12, 2008 12:18 AM, Dan Kegel [EMAIL PROTECTED] wrote: p.s. I have a backlog of two or three big updates, one from Lei for codecs, and another from Andrea Bocci for all sorts of things. OK, new winetricks up, with new packages vcrun2005sp1 vcrun2008 xvid ffdshow and new

Re: cleaned version of Implement IStream interface for msxml3 domdoc

2008-01-12 Thread Alistair Leslie-Hughes
Josef Reidinger [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I cleaned previous version and add it to one patch which have no tabs and indent is same as code around. Also change my mail, old have some problems with sending mail to this list. copy from previous Since the

Re: Full russian translation of wineboot.

2008-01-12 Thread Kirill K. Smirnov
#include wineboot_Ko.rc #include wineboot_No.rc #include wineboot_Sv.rc +#include wineboot_Ru.rc \ В конце файла нет новой строки Malformed patch. Please, rediff. -- Kirill

Improving Default Serial Port Configuration

2008-01-12 Thread Forrest Samuels
I am looking to fix a bug causing serial ports to not show up in some applications. The problem is due to missing registry entries for the serial ports. I know what entries need to be created but I don't think they should go in wine.inf. They should get created dynamically, preferably on each run,

Re: autorun perhaps dangerous (Was: Wine release 0.9.53)

2008-01-12 Thread Austin English
Why not? Was it reverse engineered? Or is there some other reason preventing its integration? - Austin On 1/12/08, Steven Edwards [EMAIL PROTECTED] wrote: On Jan 12, 2008 2:15 PM, Brian Vincent [EMAIL PROTECTED] wrote: Until someone comes up with the addition to winecfg to edit the Run and

Re: autorun perhaps dangerous (Was: Wine release 0.9.53)

2008-01-12 Thread Steven Edwards
On Jan 13, 2008 12:54 AM, Austin English [EMAIL PROTECTED] wrote: Why not? Was it reverse engineered? Or is there some other reason preventing its integration? The general policy is to no longer accept code from ReactOS though the Wine taskmgr and registry editor were developed by ReactOS