On Wed, 6 Jul 2011 09:05:35 +0900 Daniel Juyung Seo <seojuyu...@gmail.com> said:
that's ok. > Well, that was not my point. > I was asking using comments like > /////////////////////////////////////// is ok in e world. > > Daniel Juyung Seo (SeoZ) > > On Mon, Jul 4, 2011 at 11:54 AM, Carsten Haitzler <ras...@rasterman.com> > wrote: > > On Mon, 04 Jul 2011 11:00:40 +0900 ChunEon Park<her...@naver.com> said: > > > > that's why all commit emails have the diff too. you can just read the diff. > > if you can't read patches/diffs easily... you probably aren't the kind of > > person that should review commits anyway :) > > > >> > >> Consequently, I don't wanna make people waste of time for reading about > >> this kinds of commits. > >> Above all, you can check the diff in the message simply. > >> > >> You can find out. It's just trivial changes. > >> > >> That's all. > >> > >> ------------------------------------ > >> Let's run together for the best moment! > >> -Regards, Hermet- > >> > >> -----Original Message----- > >> From: "Daniel Juyung Seo"<seojuyu...@gmail.com> > >> To: enlightenment-devel@lists.sourceforge.net > >> Cc: enlightenment-...@lists.sourceforge.net > >> Sent: 11-07-03(일) 16:35:03 > >> Subject: Re: [E-devel] E SVN: hermet trunk/elementary/src/libI'm not > >> complaining but just poking issues. This kind of comment is not common in e > >> world. How do you think? > >> Daniel Juyung Seo (SeoZ) > >> On Sat, Jul 2, 2011 at 3:01 PM, Enlightenment SVN > >> <no-re...@enlightenment.org> wrote: > >> > Log: > >> > elementary/transit - trivial changes. > >> > > >> > > >> > > >> > Author: hermet > >> > Date: 2011-07-01 23:01:35 -0700 (Fri, 01 Jul 2011) > >> > New Revision: 60931 > >> > Trac: http://trac.enlightenment.org/e/changeset/60931 > >> > > >> > Modified: > >> > trunk/elementary/src/lib/elm_transit.c > >> > > >> > Modified: trunk/elementary/src/lib/elm_transit.c > >> > =================================================================== > >> > --- trunk/elementary/src/lib/elm_transit.c 2011-07-02 05:58:56 UTC (rev > >> > 60930) +++ trunk/elementary/src/lib/elm_transit.c 2011-07-02 06:01:35 UTC > >> > (rev 60931) @@ -699,9 +699,9 @@ > >> > return transit->next_chain_transits; > >> > } > >> > > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Resizing Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Resizing Elm_Transit_Effect_Resizing; > >> > > >> > struct _Elm_Transit_Effect_Resizing > >> > @@ -768,9 +768,9 @@ > >> > return effect; > >> > } > >> > > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Translation Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Translation > >> > Elm_Transit_Effect_Translation; typedef struct > >> > _Elm_Transit_Effect_Translation_Node Elm_Transit_Effect_Translation_Node; > >> > > >> > @@ -906,10 +906,9 @@ > >> > return effect; > >> > } > >> > > >> > - > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Zoom Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Zoom Elm_Transit_Effect_Zoom; > >> > > >> > struct _Elm_Transit_Effect_Zoom > >> > @@ -981,10 +980,9 @@ > >> > return effect; > >> > } > >> > > >> > - > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Flip Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Flip Elm_Transit_Effect_Flip; > >> > > >> > struct _Elm_Transit_Effect_Flip > >> > @@ -1127,9 +1125,9 @@ > >> > return effect; > >> > } > >> > > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //ResizableFlip Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Resizable_Flip > >> > Elm_Transit_Effect_ResizableFlip; typedef struct > >> > _Elm_Transit_Effect_Resizable_Flip_Node > >> > Elm_Transit_Effect_ResizableFlip_Node; > >> > > >> > @@ -1410,10 +1408,9 @@ > >> > return effect; > >> > } > >> > > >> > - > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Wipe Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Wipe Elm_Transit_Effect_Wipe; > >> > > >> > struct _Elm_Transit_Effect_Wipe > >> > @@ -1626,10 +1623,9 @@ > >> > return effect; > >> > } > >> > > >> > - > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Color Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Color Elm_Transit_Effect_Color; > >> > > >> > struct _Elm_Transit_Effect_Color > >> > @@ -1705,9 +1701,9 @@ > >> > return effect; > >> > } > >> > > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Fade Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Fade Elm_Transit_Effect_Fade; > >> > typedef struct _Elm_Transit_Effect_Fade_Node > >> > Elm_Transit_Effect_Fade_Node; > >> > > >> > @@ -1899,10 +1895,9 @@ > >> > return effect; > >> > } > >> > > >> > - > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Blend Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Blend Elm_Transit_Effect_Blend; > >> > typedef struct _Elm_Transit_Effect_Blend_Node > >> > Elm_Transit_Effect_Blend_Node; > >> > > >> > @@ -2066,10 +2061,9 @@ > >> > return effect; > >> > } > >> > > >> > - > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //Rotation Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Rotation Elm_Transit_Effect_Rotation; > >> > > >> > struct _Elm_Transit_Effect_Rotation > >> > @@ -2149,10 +2143,9 @@ > >> > return effect; > >> > } > >> > > >> > - > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > //ImageAnimation Effect > >> > -/////////////////////////////////////////////////////////////////////////////// > >> > +/////////////////////////////////////////////////////////////////////////// > >> > typedef struct _Elm_Transit_Effect_Image_Animation > >> > Elm_Transit_Effect_Image_Animation; > >> > > >> > struct _Elm_Transit_Effect_Image_Animation > >> > > >> > > >> > ------------------------------------------------------------------------------ > >> > All of the data generated in your IT infrastructure is seriously > >> > valuable. Why? It contains a definitive record of application > >> > performance, security threats, fraudulent activity, and more. Splunk > >> > takes this data and makes sense of it. IT sense. And common sense. > >> > http://p.sf.net/sfu/splunk-d2d-c2 > >> > _______________________________________________ > >> > enlightenment-svn mailing list > >> > enlightenment-...@lists.sourceforge.net > >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > >> > > >> ------------------------------------------------------------------------------ > >> All of the data generated in your IT infrastructure is seriously valuable. > >> Why? It contains a definitive record of application performance, security > >> threats, fraudulent activity, and more. Splunk takes this data and makes > >> sense of it. IT sense. And common sense. > >> http://p.sf.net/sfu/splunk-d2d-c2 > >> _______________________________________________ > >> enlightenment-devel mailing list > >> enlightenment-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > >> ------------------------------------------------------------------------------ > >> All of the data generated in your IT infrastructure is seriously valuable. > >> Why? It contains a definitive record of application performance, security > >> threats, fraudulent activity, and more. Splunk takes this data and makes > >> sense of it. IT sense. And common sense. > >> http://p.sf.net/sfu/splunk-d2d-c2 > >> _______________________________________________ > >> enlightenment-devel mailing list > >> enlightenment-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > > > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel