[wxhaskell-devel] patch applied (wxhaskell): Set Release version to 0.11.0 RC 1

2008-11-07 Thread Kido Takahiro
Fri Nov 7 20:23:47 EST 2008 shelarcy <[EMAIL PROTECTED]> * Set Release version to 0.11.0 RC 1 M ./configure -2 +2 M ./wxc/wxc-2.4.dsp -4 +4 M ./wxc/wxc-2.6.dsp -4 +4 M ./wxc/wxc-2.8.dsp -4 +4 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/2008110801234

Re: [wxhaskell-devel] darcs patch: Fix: undefined reference to wxXmlResourc... (and 10 more)

2008-11-07 Thread shelarcy
I pushed patches except this change. 2008/11/8 shelarcy <[EMAIL PROTECTED]>: > Fri Nov 7 12:55:12 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <[EMAIL > PROTECTED]> > * Set Release version to 0.11.1 RC 1 Release version is 0.11.0 RC 1. So, I'll change name of this patch, > Fri Nov 7 11:12:

[wxhaskell-devel] patch applied (wxhaskell): Add Cabal's short name to --enable-optimization and --enable-library-profiling option.

2008-11-07 Thread Kido Takahiro
Fri Nov 7 07:44:17 EST 2008 shelarcy <[EMAIL PROTECTED]> * Add Cabal's short name to --enable-optimization and --enable-library-profiling option. M ./configure -2 +17 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107124417-c1071-e261b1042f56e45750dd9b4c8279

[wxhaskell-devel] patch applied (wxhaskell): Modernize FFI flags in source code.

2008-11-07 Thread Kido Takahiro
Fri Nov 7 01:56:33 EST 2008 shelarcy <[EMAIL PROTECTED]> * Modernize FFI flags in source code. M ./wxcore/src/Graphics/UI/WXCore/Types.hs -1 +2 M ./wxcore/src/Graphics/UI/WXCore/WxcObject.hs -1 +2 M ./wxcore/src/Graphics/UI/WXCore/WxcTypes.hs -1 +2 M ./wxdirect/src/CompileClass

[wxhaskell-devel] patch applied (wxhaskell): Move -fvia-C compilation flag to configure option. This respect to GHC changes.

2008-11-07 Thread Kido Takahiro
Fri Nov 7 07:58:51 EST 2008 shelarcy <[EMAIL PROTECTED]> * Move -fvia-C compilation flag to configure option. This respect to GHC changes. M ./configure +3 M ./makefile -2 +2 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107125851-c1071-8b0cf486a7d306fe

[wxhaskell-devel] patch applied (wxhaskell): Fix: profiled version library doesn't use -dep-makefile option on GHC 6.10.x.

2008-11-07 Thread Kido Takahiro
Fri Nov 7 01:54:48 EST 2008 shelarcy <[EMAIL PROTECTED]> * Fix: profiled version library doesn't use -dep-makefile option on GHC 6.10.x. M ./makefile.lib +7 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107065448-c1071-7136c32e6efc418b02ed17cc03c0678cf50716

[wxhaskell-devel] patch applied (wxhaskell): Fix: -hcprof option's argument can disable profiling options.

2008-11-07 Thread Kido Takahiro
Fri Nov 7 01:04:48 EST 2008 shelarcy <[EMAIL PROTECTED]> * Fix: -hcprof option's argument can disable profiling options. M ./configure -2 +3 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107060448-c1071-61ba8278bde477ab348214790e2474f502302cdd.gz --

[wxhaskell-devel] patch applied (wxhaskell): Add GetOption / SetOption for Images (This is based on Jules Bean's work).

2008-11-07 Thread Kido Takahiro
Fri Nov 7 11:48:39 EST 2008 shelarcy <[EMAIL PROTECTED]> * Add GetOption / SetOption for Images (This is based on Jules Bean's work). M ./wxc/include/wxc_glue.h +5 M ./wxc/src/eljimage.cpp -1 +23 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107164839-c1

[wxhaskell-devel] patch applied (wxhaskell): Fix dropped optimization level and way to --enable-optimization option.

2008-11-07 Thread Kido Takahiro
Fri Nov 7 00:57:43 EST 2008 shelarcy <[EMAIL PROTECTED]> * Fix dropped optimization level and way to --enable-optimization option. M ./configure -1 +5 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107055743-c1071-dddf16aa958c8b24fe2ac5a8cdd65389bdbcee43.gz

[wxhaskell-devel] patch applied (wxhaskell): Add --enable-library-profiling option for respecting Cabal's option name.

2008-11-07 Thread Kido Takahiro
Fri Nov 7 01:12:23 EST 2008 shelarcy <[EMAIL PROTECTED]> * Add --enable-library-profiling option for respecting Cabal's option name. M ./configure +5 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107061223-c1071-598fd98dff7d22b177d2fbc59b2d4c423b50aeb6.gz -

[wxhaskell-devel] patch applied (wxhaskell): Bump version number to 0.10.6

2008-11-07 Thread Kido Takahiro
Thu Nov 6 22:53:19 EST 2008 shelarcy <[EMAIL PROTECTED]> * Bump version number to 0.10.6 M ./changes.txt -1 +1 M ./wx/wx.cabal -1 +1 M ./wxcore.cabal -1 +1 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107035319-c1071-4a03e773f4ef676efdc8332cb9ef7d6b

Re: [wxhaskell-devel] Trouble compiling any wxHaskell program after XRC patches

2008-11-07 Thread Mads Lindstrøm
Hi, > Hi, > > I made patch for this problem. Attached is a patch for that. > Please test. Thank you for the patch. There was one minor issue, which I have fixed. Your and my patch has been pushed to code.haskell.org. /Mads Lindstrøm > > > Best Regards, > > On Mon, 03 Nov 2008 23:46:25 +0900

[wxhaskell-devel] patch applied (wxhaskell): Fix: undefined reference to wxXmlResource_GetStyledTextCtrl

2008-11-07 Thread Mads Lindstrøm
Thu Nov 6 21:12:44 EST 2008 shelarcy <[EMAIL PROTECTED]> * Fix: undefined reference to wxXmlResource_GetStyledTextCtrl M ./wxc/src/eljrc.cpp +5 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107021244-c1071-f5d72450dca2b535e3c1b34ffc45749528e7e622.gz ---

[wxhaskell-devel] patch applied (wxhaskell): Fixed function name wxXmlResource_GetStyledTextCtrl

2008-11-07 Thread Mads Lindstrøm
Fri Nov 7 15:42:15 EST 2008 [EMAIL PROTECTED] * Fixed function name wxXmlResource_GetStyledTextCtrl M ./wxc/src/eljrc.cpp -1 +1 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20081107204215-6ab19-1f317be615c982f43b007337bade304760bc191f.gz ---

[wxhaskell-devel] darcs patch: Fix: undefined reference to wxXmlResourc... (and 10 more)

2008-11-07 Thread shelarcy
darcse8f2fc Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t