[Try 2] [3/3] riched20:EM_FORMATRANGE Implementation Patch

2010-02-20 Thread James McKenzie
Changed C99 style comment to c style. Removed an unnecessary TRACE used for testing of code. The actual patch that brings in the EM_FORMATRANGE function. Tested with programs reported to have problems in Bug 6254. James McKenzie >From dceb85786888ecf5550d2845e52a7211ae84238e Mon Sep 17 00:00:00

Re: [3/3] Patches to implement EM_FORMATRANGE

2010-02-20 Thread James McKenzie
Austin English wrote: > On Sat, Feb 20, 2010 at 7:59 PM, James McKenzie > wrote: > >> Final patch which implements EM_FORMATRANGE function and removes >> todo_wines from tests/editor.c >> >> Patch was coordinated with Dylan Smith and is >> based upon code proposed by Tony Rollo in 2006. >> >>

Re: [3/3] Patches to implement EM_FORMATRANGE

2010-02-20 Thread Austin English
On Sat, Feb 20, 2010 at 7:59 PM, James McKenzie wrote: > Final patch which implements EM_FORMATRANGE function and removes > todo_wines from tests/editor.c > > Patch was coordinated with Dylan Smith and is > based upon code proposed by Tony Rollo in 2006. > > James McKenzie + // Insert new styl

Re: Italian translation

2010-02-20 Thread Austin English
On Sat, Feb 20, 2010 at 11:19 AM, Nikolay Sivov wrote: > On 2/20/2010 18:33, Francesco Argese wrote: >> >> Hi all, >> >> I'm new to the list. I'm a Wine enthusiast: I have installed it on my >> machine >> (with Ubuntu 9.10) Thursday 18 February and I already love it. >> >> I'd like to give some co

Re: Italian translation

2010-02-20 Thread Nikolay Sivov
On 2/20/2010 18:33, Francesco Argese wrote: Hi all, I'm new to the list. I'm a Wine enthusiast: I have installed it on my machine (with Ubuntu 9.10) Thursday 18 February and I already love it. I'd like to give some contributes to the project. I have a degree in Computer Science Engineering take

Italian translation

2010-02-20 Thread Francesco Argese
Hi all, I'm new to the list. I'm a Wine enthusiast: I have installed it on my machine (with Ubuntu 9.10) Thursday 18 February and I already love it. I'd like to give some contributes to the project. I have a degree in Computer Science Engineering taken at University of Salento in Italy and I kn

Re: comctl32: listview should accept both unicode and ansi notifications.

2010-02-20 Thread Paul Vriens
On 02/18/2010 01:46 PM, Dmitry Timoshkov wrote: Listview receives notifications not only from built-in header control, but also from custom or subclassed application controls, there is no need to assert(0) on application input, printing a FIXME is the maximum we can do on an unknown input. Added