Re: winebrowser: Add DDE support and use DDE by default forshell/open.

2007-06-03 Thread Dmitry Timoshkov
"Misha Koshelev" <[EMAIL PROTECTED]> wrote: Btw the reason for the /dde parameter is simply so that if the user runs winebrowser from the command line he/she does not have to wait for the 5 second timeout before they get a usage message. On windows there is no such parameter passed to iexplore

Re: winebrowser: Add DDE support and use DDE by default for shell/open.

2007-06-03 Thread Misha Koshelev
On Mon, 2007-06-04 at 14:29 +0900, Dmitry Timoshkov wrote: > "Misha Koshelev" <[EMAIL PROTECTED]> wrote: > > > --- a/tools/wine.inf > > +++ b/tools/wine.inf > > @@ -134,8 +134,14 @@ HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe > > %1" > > HKCR,txtfile\shell\print\command,,2,"%11%\notepad.

Re: winebrowser: Add DDE support and use DDE by default for shell/open.

2007-06-03 Thread Misha Koshelev
On Mon, 2007-06-04 at 14:29 +0900, Dmitry Timoshkov wrote: > "Misha Koshelev" <[EMAIL PROTECTED]> wrote: > > > --- a/tools/wine.inf > > +++ b/tools/wine.inf > > @@ -134,8 +134,14 @@ HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe > > %1" > > HKCR,txtfile\shell\print\command,,2,"%11%\notepad.

Re: winebrowser: Add DDE support and use DDE by default for shell/open.

2007-06-03 Thread Dmitry Timoshkov
"Misha Koshelev" <[EMAIL PROTECTED]> wrote: --- a/tools/wine.inf +++ b/tools/wine.inf @@ -134,8 +134,14 @@ HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1" HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1" HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1" HKCR,wrifile\s

Re: git is to overwhelming

2007-06-03 Thread Jan Zerebecki
On Sun, Jun 03, 2007 at 09:47:31PM +0200, RusH wrote: > So in summary, could someone please add a simple _"svn update" git > replacement_ to the wiki? git fetch origin git reset --hard origin Notice that you will loose all changes (contrary to svn update), even the ones you commited. Not that w

Re: wintrust: implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags

2007-06-03 Thread Juan Lang
Hi Saulius, > This function tries to open Software_Publishing key. And creates it, if > the key didn't exist, I suppose. It is absent in a clean $WINEPREFIX. > Hence 4 test failures: Oops. > During next run failures are gone, and I get this difference between two > registry dumps: Right. >

Support for iFilter API

2007-06-03 Thread Stefan BrĂ¼ns
Hi, recently i had a look at the iFilter API. iFilter is an interface to extract text, formatting and various attributes from text like documents (pdf, rtf, html, ...). The actual extraction is done by a format specific plugin which gets registered to the Registry. I started my tests by taking th

Re: Wine fails to start browser

2007-06-03 Thread Misha Koshelev
> Koshelev, Misha Vladislavo bcm.tmc.edu> writes: > > > If I have time, I may look into how hard it would be to add DDE for > winebrowser (I don't think it should be too bad, but I'll have to check). > > Misha > > > > > Cool! looking forward to that than ;) > > > Actually, I already got so

Re: git is to overwhelming

2007-06-03 Thread Vitaliy Margolen
RusH wrote: > On 6/3/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: >> RusH wrote: >> > Maybe im just to stupid for it :( >> > I want to use git to download most current source, try my patches, >> > then to again download most current source. I cant do it. >> > wiki.winehq.org/GitWine >> > doesnt

Re: Wine fails to start browser

2007-06-03 Thread Louis Lenders
Koshelev, Misha Vladislavo bcm.tmc.edu> writes: > If I have time, I may look into how hard it would be to add DDE for winebrowser (I don't think it should be too bad, but I'll have to check). > Misha > > Cool! looking forward to that than ;)

Re: git is to overwhelming

2007-06-03 Thread Marcus Meissner
On Sun, Jun 03, 2007 at 09:47:31PM +0200, RusH wrote: > On 6/3/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > >RusH wrote: > >> Maybe im just to stupid for it :( > >> I want to use git to download most current source, try my patches, > >> then to again download most current source. I cant do it.

Re: git is to overwhelming

2007-06-03 Thread RusH
On 6/3/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: RusH wrote: > Maybe im just to stupid for it :( > I want to use git to download most current source, try my patches, > then to again download most current source. I cant do it. > wiki.winehq.org/GitWine > doesnt help at all. You probably shou

Re: Wine fails to start browser

2007-06-03 Thread Koshelev, Misha Vladislavo
> Hi, i noticed some kind of regression in current git, for example when i try > to start > http://fe.trymedia.com/dm/infogrames/30m_default/t_20em/FreddiKelp.exe , a > download manager for the game. With current git i get this: > > Usage: winebrowser URL > > > > That's it, whereas in wine-

Re: git is to overwhelming

2007-06-03 Thread Vitaliy Margolen
RusH wrote: > Maybe im just to stupid for it :( > I want to use git to download most current source, try my patches, > then to again download most current source. I cant do it. > wiki.winehq.org/GitWine > doesnt help at all. You probably should read main documentation about GIT then. What we have o

git is to overwhelming

2007-06-03 Thread RusH
Maybe im just to stupid for it :( I want to use git to download most current source, try my patches, then to again download most current source. I cant do it. wiki.winehq.org/GitWine doesnt help at all. For example I had wine-0.9.37 fetched, added few patches, compiled it, installed locally, all w

Re: Wine fails to start browser

2007-06-03 Thread Misha Koshelev
> Hi, i noticed some kind of regression in current git, for example when i try > to start > http://fe.trymedia.com/dm/infogrames/30m_default/t_20em/FreddiKelp.exe , a > download manager for the game. With current git i get this: > > Usage: winebrowser URL > > > > That's it, whereas in wine-0

Re: wintrust: implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags

2007-06-03 Thread Saulius Krasuckas
* On Mon, 14 May 2007, Juan Lang wrote: > > +static const WCHAR Software_Publishing[] = { > + 'S','o','f','t','w','a','r','e','\\', > + 'M','i','c','r','o','s','o','f','t','\\', > + 'W','i','n','d','o','w','s','\\', > + 'C','u','r','r','e','n','t','V','e','r','s','i','o','n','\\', > + 'W','i','n',

Wine fails to start browser

2007-06-03 Thread Louis. Lenders
Hi, i noticed some kind of regression in current git, for example when i try to start http://fe.trymedia.com/dm/infogrames/30m_default/t_20em/FreddiKelp.exe , a download manager for the game. With current git i get this: Usage: winebrowser URL That's it, whereas in wine-0.9.34, it opens my f

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-03 Thread Gerald Pfeifer
On Sat, 2 Jun 2007, Marc G. Fournier wrote: > Just built 0.9.38 under FreeBSD, and it doesn't even run :( Never a good > sign ... but explains why the port is 2 releases old ... I debugged this a bit, and believe the change that broke FreeBSD is revision 1.82 of dlls/ntdll/thread.c and related p

mandriva rpm wine 0.9.38

2007-06-03 Thread marco
As I have still no way to upload the mandriva wine rpm to the official winehq download server. So mandriva users you can download the latest wine binaries here: http://www.xs4all.nl/~meijer2/wine/ kind regard, Marco

Re: webpage: Update Fedora download information

2007-06-03 Thread Saulius Krasuckas
I am sorry, this was meant to be private msg.

Re: webpage: Update Fedora download information

2007-06-03 Thread Saulius Krasuckas
* On Sat, 2 Jun 2007, Andreas Bierfert wrote: > here is an upgrade for the fedora download information as I requested on > w-d-l. Hi, your patch isn't in unified fromat. Probably add "-u" option.

Re: crypt32: remove 'recursive registry key delete' function

2007-06-03 Thread Paul Vriens
On 6/3/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: Am Saturday 02 June 2007 12:03 schrieb Paul Vriens: > On 6/1/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > ChangeLog > > - > > replace CRYPT_RecurseDeleteKey with RegDeleteTreeW > > Hi Stefan, > > I don't think that's enou