On Thu, 27 Dec 2012 08:55:30 +0000 Michael Blumenkrantz
<michael.blumenkra...@gmail.com> said:

currently i am not sure this is warranted. any "current start" of e17 in svn
should be totally buildable and workable any any stage... so any moving of
stuff around or work at least for the next few weeks/months is going to be
"branched inline" (ie runtime or compile-time optional new feature until "it
works")... so any release should be doable with ease... :)

> imo it would be nice (and is necessary) to be able to make quick releases
> with fixes for critical bugs, such as crashes. to do this, we can use the
> branch. all other development can just be done in trunk
> 
> On Thu, Dec 27, 2012 at 8:49 AM, Vincent Torri <vincent.to...@gmail.com>wrote:
> 
> > On Thu, Dec 27, 2012 at 9:38 AM, Daniel Juyung Seo <seojuyu...@gmail.com>
> > wrote:
> > > As far as I know e trunk is not for e18, e17 will do a rolling release
> > > according to what we talked on the mailing list a couple of days ago.
> > > e17.0 branch is just for the bug fix release.
> >
> > strange. A program is not a library. I can understand that branch and
> > trunk are necessary for a library, as it can be used by programs, but
> > i am wondering what will be the interest of doing e17 development in
> > trunk as it can be done in the e17 branch(es). Adding fonctionalities
> > for a program have not the same impact than for a library.
> >
> > Vincent
> >
> > >
> > > Daniel Juyung Seo (SeoZ)
> > >
> > > On Thu, Dec 27, 2012 at 4:38 PM, Vincent Torri <vincent.to...@gmail.com
> > >wrote:
> > >
> > >> if e trunk is for e18 and if e18 will use elm, why is elm optional ?
> > >>
> > >> On Thu, Dec 27, 2012 at 8:27 AM, Enlightenment SVN
> > >> <no-re...@enlightenment.org> wrote:
> > >> > Log:
> > >> > if using elm, include globally for e
> > >> >
> > >> >
> > >> > Author:       discomfitor
> > >> > Date:         2012-12-26 23:27:12 -0800 (Wed, 26 Dec 2012)
> > >> > New Revision: 81732
> > >> > Trac:         http://trac.enlightenment.org/e/changeset/81732
> > >> >
> > >> > Modified:
> > >> >   trunk/e/src/bin/e_includes.h trunk/e/src/bin/e_win.c
> > >> >
> > >> > Modified: trunk/e/src/bin/e_includes.h
> > >> > ===================================================================
> > >> > --- trunk/e/src/bin/e_includes.h        2012-12-27 06:46:29 UTC (rev
> > >> 81731)
> > >> > +++ trunk/e/src/bin/e_includes.h        2012-12-27 07:27:12 UTC (rev
> > >> 81732)
> > >> > @@ -147,3 +147,6 @@
> > >> >  #include "e_import_config_dialog.h"
> > >> >  #include "e_grab_dialog.h"
> > >> >  #include "e_widget_filepreview.h"
> > >> > +#ifdef HAVE_ELEMENTARY
> > >> > +# include <Elementary.h>
> > >> > +#endif
> > >> >
> > >> > Modified: trunk/e/src/bin/e_win.c
> > >> > ===================================================================
> > >> > --- trunk/e/src/bin/e_win.c     2012-12-27 06:46:29 UTC (rev 81731)
> > >> > +++ trunk/e/src/bin/e_win.c     2012-12-27 07:27:12 UTC (rev 81732)
> > >> > @@ -15,8 +15,6 @@
> > >> >  #ifdef HAVE_ELEMENTARY
> > >> >  /* intercept elm_win operations so we talk directly to e_border */
> > >> >
> > >> > -#include <Elementary.h>
> > >> > -
> > >> >  typedef struct _Elm_Win_Trap_Ctx
> > >> >  {
> > >> >     E_Border *border;
> > >> >
> > >> >
> > >> >
> > >>
> > ------------------------------------------------------------------------------
> > >> > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > >> > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills
> > current
> > >> > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > >> > MVPs and experts. ON SALE this month only -- learn more at:
> > >> > http://p.sf.net/sfu/learnmore_122712
> > >> > _______________________________________________
> > >> > enlightenment-svn mailing list
> > >> > enlightenment-...@lists.sourceforge.net
> > >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> > >>
> > >>
> > >>
> > ------------------------------------------------------------------------------
> > >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> > >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > >> MVPs and experts. ON SALE this month only -- learn more at:
> > >> http://p.sf.net/sfu/learnmore_122712
> > >> _______________________________________________
> > >> enlightenment-devel mailing list
> > >> enlightenment-devel@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >>
> > >
> > ------------------------------------------------------------------------------
> > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > > MVPs and experts. ON SALE this month only -- learn more at:
> > > http://p.sf.net/sfu/learnmore_122712
> > > _______________________________________________
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
> > ------------------------------------------------------------------------------
> > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > MVPs and experts. ON SALE this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122712
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712
> _______________________________________________
> 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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to