On Sat, Jul 9, 2011 at 10:24 AM, Giovanni Ongaro
wrote:
> Hi, i am a compuer scientist in the age of 46,
> i have written a partial porting of xliveless to the wine git tree
> adding the xlive dll.
>
> Right now it is in this state:
>
> Section 8 runs but does not save
>
> FUEL runs but does not s
On Tue, 5 Jul 2011, Alexandre Julliard wrote:
>> This does not fix a bug or add a feature, but it makes the coder easier
>> to follow. Narrower scope tends to be a good thing for variables, both
>> for human readers and compilers (though modern ones should not need the
>> hint).
> Not necessarily,
On Sun, Jul 10, 2011 at 1:17 PM, Alistair Leslie-Hughes
wrote:
> Subject: [PATCH] Implement CreateXmlWriter
...
> +/*
> + * XMLLite IXmlReader tests
> + *
...
> +typedef struct _xmlreader
> +{
> +IXmlWriter IXmlWriter_iface;
> +LONG ref;
> +} xmlwriter;
Looks like you have some copy-paste
On 10 July 2011 11:27, Scott Ritchie wrote:
> done that's worth listing? Is "sometime in 2011" still the best guess
> for 1.4's release?
>
I'd guess late 2011 or maybe early 2012. I think the main criterion is
having a solid 400 regressions. It's currently at 399, but it
fluctuates a bit.
Scott Ritchie open-vote.org> writes:
>
> According to Alexandre...
>
> 1.4 will be out "sometime in 2011"
.
.
.
>
> Plus, of course, the general goal of making more applications work :)
>
> It seems like we're making serious progress. Have any of these stalled
> or become less important? Ha
According to Alexandre...
1.4 will be out "sometime in 2011"
At the time of wineconf we already had several new features: animated
cursors, 64-bit Gecko, native cursor themes, AcceptEx support, mono packages
Goals for the 1.4 release:
Successful 64-bit make test
Successful 32-bit make test ;)
R