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

Reply via email to