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
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.
>>
>>
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
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
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
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
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