On Thu, 29 Nov 2012 12:26:24 +0900 Daniel Juyung Seo <[email protected]> said:
a belated ... thanks! .. now the coast is clear and its over. its safe to admit it. :) > Yay happy birthday raster! > > Daniel Juyung Seo (SeoZ) > > On Thu, Nov 29, 2012 at 11:30 AM, Enlightenment SVN < > [email protected]> wrote: > > > Log: > > for the next 24 hours, E17 is in BIRTHDAY MODE!!!!!!!!!!!!!!!!! > > HAPPY BIRTHDAY RASTER! > > > > > > Author: discomfitor > > Date: 2012-11-28 18:30:06 -0800 (Wed, 28 Nov 2012) > > New Revision: 79798 > > Trac: http://trac.enlightenment.org/e/changeset/79798 > > > > Added: > > trunk/e/src/modules/Makefile_birthday.am trunk/e/src/modules/birthday/ > > trunk/e/src/modules/birthday/e-module-birthday.edj > > trunk/e/src/modules/birthday/e_mod_main.c trunk/e/src/modules/birthday/ > > e_modules-birthday.spec.in trunk/e/src/modules/birthday/module.desktop.in > > Modified: > > trunk/e/configure.ac trunk/e/src/modules/Makefile.am > > > > Modified: trunk/e/configure.ac > > =================================================================== > > --- trunk/e/configure.ac 2012-11-29 02:28:08 UTC (rev 79797) > > +++ trunk/e/configure.ac 2012-11-29 02:30:06 UTC (rev 79798) > > @@ -836,6 +836,7 @@ > > > > AC_E_OPTIONAL_MODULE([ibar], true) > > AC_E_OPTIONAL_MODULE([dropshadow], true) > > +AC_E_OPTIONAL_MODULE([birthday], true) > > AC_E_OPTIONAL_MODULE([clock], true) > > AC_E_OPTIONAL_MODULE([pager], true) > > AC_E_OPTIONAL_MODULE([battery], true, [CHECK_MODULE_BATTERY]) > > @@ -916,6 +917,8 @@ > > EFL_COMPILER_FLAG([-W]) > > ]) > > > > +EFL_COMPILER_FLAG([-Wno-trigraphs]) > > +EFL_COMPILER_FLAG([-trigraphs]) > > SUID_CFLAGS=-fPIE > > SUID_LDFLAGS=-pie > > AC_SUBST([SUID_CFLAGS]) > > @@ -932,6 +935,7 @@ > > src/modules/Makefile > > src/modules/ibar/module.desktop > > src/modules/dropshadow/module.desktop > > +src/modules/birthday/module.desktop > > src/modules/clock/module.desktop > > src/modules/pager/module.desktop > > src/modules/battery/module.desktop > > > > Modified: trunk/e/src/modules/Makefile.am > > =================================================================== > > --- trunk/e/src/modules/Makefile.am 2012-11-29 02:28:08 UTC (rev 79797) > > +++ trunk/e/src/modules/Makefile.am 2012-11-29 02:30:06 UTC (rev 79798) > > @@ -42,6 +42,10 @@ > > include Makefile_clock.am > > endif > > > > +if USE_MODULE_BIRTHDAY > > +include Makefile_birthday.am > > +endif > > + > > if USE_MODULE_PAGER > > include Makefile_pager.am > > endif > > > > > > Property changes on: trunk/e/src/modules/birthday > > ___________________________________________________________________ > > Added: svn:ignore > > + .deps > > .dirstamp > > module.desktop > > > > > > > > Property changes on: trunk/e/src/modules/birthday/e-module-birthday.edj > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > > > > > ------------------------------------------------------------------------------ > > Keep yourself connected to Go Parallel: > > VERIFY Test and improve your parallel project with help from experts > > and peers. http://goparallel.sourceforge.net > > _______________________________________________ > > enlightenment-svn mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > VERIFY Test and improve your parallel project with help from experts > and peers. http://goparallel.sourceforge.net > _______________________________________________ > 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] ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
