Since when do we mention small bug fixes in the changelog?

--
Tom.

On 12/04/12 10:22, Vincent Torri wrote:
> Changelog...
>
> On Thu, Apr 12, 2012 at 9:20 AM, Enlightenment SVN
> <[email protected]>  wrote:
>> Log:
>> Evas textblock: Fixed building without liblinebreak.
>>
>>   Thanks to David Seikel for spotting it and suggesting the solution.
>>
>> Author:       tasn
>> Date:         2012-04-12 00:20:01 -0700 (Thu, 12 Apr 2012)
>> New Revision: 70123
>> Trac:         http://trac.enlightenment.org/e/changeset/70123
>>
>> Modified:
>>   trunk/evas/src/lib/canvas/evas_object_textblock.c
>>
>> Modified: trunk/evas/src/lib/canvas/evas_object_textblock.c
>> ===================================================================
>> --- trunk/evas/src/lib/canvas/evas_object_textblock.c   2012-04-12 07:14:21 
>> UTC (rev 70122)
>> +++ trunk/evas/src/lib/canvas/evas_object_textblock.c   2012-04-12 07:20:01 
>> UTC (rev 70123)
>> @@ -6055,9 +6055,9 @@
>>   #else
>>
>>   #define BREAK_AFTER(i) \
>> -   ((!str[i + 1]) || \
>> -    (_is_white(str[i])&&  !_is_white(str[i + 1])) || \
>> -    (!_is_white(str[i])&&  _is_white(str[i + 1])))
>> +   ((!text[i + 1]) || \
>> +    (_is_white(text[i])&&  !_is_white(text[i + 1])) || \
>> +    (!_is_white(text[i])&&  _is_white(text[i + 1])))
>>
>>   #endif
>>
>>
>>
>> ------------------------------------------------------------------------------
>> For Developers, A Lot Can Happen In A Second.
>> Boundary is the first to Know...and Tell You.
>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
>> http://p.sf.net/sfu/Boundary-d2dvs2
>> _______________________________________________
>> enlightenment-svn mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to