Re: [Mono-dev] Mono 2.0 Preview 1 is out!!

2008-08-22 Thread Dan Kegel
On Wed, Aug 20, 2008 at 12:32 PM, Miguel de Icaza [EMAIL PROTECTED] wrote: Ah, this is very interesting. You are running Paint.NET on Windows with Mono. This is fascinating, because it never occurred to me. I started on a different direction, since Paint.NET contained a lot of calls to

Re: [Mono-dev] XIM and mono-winforms-2.0

2008-08-22 Thread Atsushi Eno
Hello, Hi, Finally, as a workaround you can set environment XMODIFIERS=dummy to avoid call to XOpenIM() which is likely breaking your mono/mwf environment. We cannot introduce any workaround for you, as we cannot avoid call to XOpenIM() while everything looks fine. I reviewed my code and

Re: [Mono-dev] sending smtp email under SSL

2008-08-22 Thread idepaula
Hi, I'm facing the same issue, it seems like this issue has not been addressed yet :( Did anyone find a workaround for alternative solution for sending emails through gmail? Thanks in advance, Ignacio. gedw99 wrote: Hey, i am trying to send an email using a gmail account. According

[Mono-dev] Patch to Color equality operator and FromKnownColor

2008-08-22 Thread Alexandre Miguel Pedro Gomes
Hi, This fixes bug #410693 and at the same time I found a small difference on FromKnownColor between mono and MS.Net. The value when the method is called is not supposed to be set... Cheers, -- Alexandre Gomes, Portugal Index: mcs/class/System.Drawing/System.Drawing/Color.cs

Re: [Mono-dev] Patch to Color equality operator and FromKnownColor

2008-08-22 Thread Sebastien Pouliot
Hello Alexandre, On Fri, 2008-08-22 at 20:52 +0100, Alexandre Miguel Pedro Gomes wrote: Hi, This fixes bug #410693 and at the same time I found a small difference on FromKnownColor between mono and MS.Net. The value when the method is called is not supposed to be set... Since there's

Re: [Mono-dev] Mono 2.0 Preview 1 is out!!

2008-08-22 Thread Miguel de Icaza
Ah, this is very interesting. You are running Paint.NET on Windows with Mono. This is fascinating, because it never occurred to me. I started on a different direction, since Paint.NET contained a lot of calls to Win32, I started porting the code to Linux and replacing the

Re: [Mono-dev] utf8 related patches. Please review.

2008-08-22 Thread Miguel de Icaza
Hello Mike, Thanks for your patches and the ChangeLogs, they have both been commited now to SVN. On Thu, 2008-08-21 at 08:16 -0400, Mike Voorhees wrote: Miguel, Attached are patches for both change logs, licensing my changes under MIT X11. Mike On Wed, Aug 20, 2008 at

Re: [Mono-dev] BitVector32 patch

2008-08-22 Thread Miguel de Icaza
Hello Scott, Scott, would you mind providing NUnit test cases to ensure that this bug does not ever creep up again, and in particular, test cases for the current failure? Done and done: https://bugzilla.novell.com/show_bug.cgi?id=417833 This seems to differ from .NET, as on .NET the

Re: [Mono-dev] utf8 related patches. Please review.

2008-08-22 Thread Rodrigo Kumpera
Lovely, now I can change mono_string_new to use an even faster path than before. On Fri, Aug 22, 2008 at 5:44 PM, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello Mike, Thanks for your patches and the ChangeLogs, they have both been commited now to SVN. On Thu, 2008-08-21 at 08:16 -0400,