On Thu, 12 Apr 2012 10:24:03 +0300 Tom Hacohen <[email protected]> said:

we mention bug fixes if the bug fix was for a but that was in the previous
release (eg 1.1) and may have affected someone at that time.

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


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


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