<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.window-managers.enlightenment.devel">
    <title>gmane.comp.window-managers.enlightenment.devel</title>
    <link>http://blog.gmane.org/gmane.comp.window-managers.enlightenment.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53439"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53427"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53406"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53405"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53396"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53370"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53348"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53334"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53333"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53316"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53311"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53286"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53250"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53238"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53217"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53205"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53195"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53439">
    <title>[E-devel] [patch] windows: problem with eet dictionary / evil_rename for saving elementary configuration</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53439</link>
    <description>&lt;pre&gt;Hello,

1) In the eet_dictionary_free function (line 39), I think the following test:
     if (ed-&amp;gt;all_allocated[i &amp;gt;&amp;gt; 8] &amp;amp; (1 &amp;lt;&amp;lt; (i &amp;amp; 0x7)))

returns true where it should not (on windows), and then tries to erase
a bunch of stringshare that are not currently shared.
Any ideas about this?

2) I build elementary on windows with fontconfig and it somehow
worked, but the fonts were so small it was unreadable.

With elementary_config.exe I was able to set the size at 44 pixels so
that it gets readable, but I couldn't save the config, because
rename() on windows fails if the destination exists.

So this patch adds a function evil_rename() that wraps and redefine
the windows rename().
Of course it doesn't solve the font size problem.

--
http://indefini.org
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev_______________________________________________
enlightenment-devel mailing li&lt;/pre&gt;</description>
    <dc:creator>Christophe Sadoine</dc:creator>
    <dc:date>2013-06-19T07:15:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53427">
    <title>[E-devel] SEMI-URGENT: eo infinite loop on delete</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53427</link>
    <description>&lt;pre&gt;so I discovered today that if you try to delete the canvas of an object
during it smart callback, you get an infinite loop during object deletion:
http://slexy.org/view/s21ABXWTaS

should be pretty easy to reproduce I guess
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Michael Blumenkrantz</dc:creator>
    <dc:date>2013-06-18T08:17:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53406">
    <title>[E-devel] [PATCH] honor disable_all_pointer_warps ine_border_activate</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53406</link>
    <description>&lt;pre&gt;
Signed-off-by: Thomas Gstädtner &amp;lt;thomas&amp;lt; at &amp;gt;gstaedtner.net&amp;gt;
---
 src/bin/e_border.c | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev_______________________________________________
enlightenment-devel mailing list
enlightenment-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
&lt;/pre&gt;</description>
    <dc:creator>Thomas Gstädtner</dc:creator>
    <dc:date>2013-06-16T15:25:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53405">
    <title>[E-devel] [PATCH] ibar exec list: allow fast application switchingby scrollwheel</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53405</link>
    <description>&lt;pre&gt;
This feature allows the user to switch between running applications by
scrolling on the ibar icon.

Signed-off-by: Thomas Gstädtner &amp;lt;thomas&amp;lt; at &amp;gt;gstaedtner.net&amp;gt;
---
 src/modules/ibar/e_mod_main.c | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev_______________________________________________
enlightenment-devel mailing list
enlightenment-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
&lt;/pre&gt;</description>
    <dc:creator>Thomas Gstädtner</dc:creator>
    <dc:date>2013-06-16T14:27:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53396">
    <title>[E-devel] Emotion and EFL 1.8</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53396</link>
    <description>&lt;pre&gt;Hi,
I'm trying to play video with emotion and efl 1.8.

firs I'm trying generic backend as i preffer to use vlc to play videos.
I build EFL and emotion-generic-players
I'm using arch AUR version efl-git 1.7.99.22314.383bb37-1
and emotion-generic-player : emotion_generic_players-git 1.7.99.37.43104b3-1
VLC is installed and is working, and for information everything goes
fine with EFL 1.7.6.

I get this error : ERR&amp;lt;12842&amp;gt;:emotion
lib/emotion/emotion_modules.c:
314 emotion_engine_instance_new()
Couldn't find requested engine: generic. Try fallback

There is fallback, so i tried it, i installed all gstreamer plugins
(base, good, ugly ...) (more than 150MB btw), but at the end i get
this error :

ERR&amp;lt;13049&amp;gt;:emotion-gstreamer[T:140232612878080]
modules/emotion/gstreamer/emotion_gstreamer.c:1670 _eos_sync_fct()
ERROR from element playsink0: The autoaudiosink element is not
working.
ERR&amp;lt;13049&amp;gt;:emotion-gstreamer
modules/emotion/gstreamer/emotion_gstreamer.c:1747
_emotion_gstreamer_video_pipeline_parse() Unable to get&lt;/pre&gt;</description>
    <dc:creator>Nicolas Aguirre</dc:creator>
    <dc:date>2013-06-15T22:59:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53381">
    <title>[E-devel] [PATCH 1/2] add middle mouse binding for ibar exec menu</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53381</link>
    <description>&lt;pre&gt;
this allows for quick, timer-less, access to the menu

Signed-off-by: Thomas Gstädtner &amp;lt;thomas&amp;lt; at &amp;gt;gstaedtner.net&amp;gt;
---
 src/modules/ibar/e_mod_main.c | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev_______________________________________________
enlightenment-devel mailing list
enlightenment-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
&lt;/pre&gt;</description>
    <dc:creator>Thomas Gstädtner</dc:creator>
    <dc:date>2013-06-15T02:52:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53370">
    <title>[E-devel] devs/jeyzu/eo-WIP</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53370</link>
    <description>&lt;pre&gt;Hi,

I'm still adding my bits to _eo_class_mro_add,
the end is near.

What do you think should be done,
change a few, bin all , zillions or 1 phab rev, merge like a cowboy ??

Regards
Jérémy

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
&lt;/pre&gt;</description>
    <dc:creator>Jérémy Zurcher</dc:creator>
    <dc:date>2013-06-14T12:54:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53348">
    <title>[E-devel] E-MODULES-EXTRA migration to git</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53348</link>
    <description>&lt;pre&gt;Hey,

So, following up on: https://phab.enlightenment.org/T159
I'm migrating E-MODULES-EXTRA to git.
I'm going to create a repo per module. I'm just interested to know, 
which modules would you guys like to see migrated?

--
Tom.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Tom Hacohen</dc:creator>
    <dc:date>2013-06-13T16:29:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53341">
    <title>[E-devel] Fishy malloc with smaller memset in eina mp one_big</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53341</link>
    <description>&lt;pre&gt;Hello.

Guess this goes mostly to Raster and Cedric. Or anyone else who feels 
familiar with the eina mp one-big code.

I had a "fix" sittign here for a some time where I never was sure if it 
is correct or not. I somehow have the feeling that I missed some of the 
code logic and this is actually all correct and how it should be. We 
should add a coment in the code for this then. :)

Specifically I talk about this:
http://git.enlightenment.org/core/efl.git/commit/?h=devs/stefan/eina-mp-fix&amp;amp;id=cdfceacb24f1b157d47beeb02933302248e388ad


   retry_smaller:
     eina_error_set(0);
-   mem = malloc(sizeof(Eina_Inlist) + pool-&amp;gt;item_size);
+   mem = calloc(1, sizeof(Eina_Inlist) + pool-&amp;gt;item_size);
     if (!mem)
        eina_error_set(EINA_ERROR_OUT_OF_MEMORY);
     else
       {
          pool-&amp;gt;over++;
-        memset(mem, 0, sizeof(Eina_Inlist));
          pool-&amp;gt;over_list = eina_inlist_append(pool-&amp;gt;over_list,
                                               (Eina_Inlist *)mem);
          mem = ((unsigned char *)mem&lt;/pre&gt;</description>
    <dc:creator>Stefan Schmidt</dc:creator>
    <dc:date>2013-06-13T13:27:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53334">
    <title>[E-devel] SVN rev 82001: Revert commit r81335</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53334</link>
    <description>&lt;pre&gt;Hello Rafael.

I just stumbled over this in again as something I thought was fixed.

You reverted my commit with the message:
---
Revert commit r81335

The free was added to avoid leaks, but it was causing double free when 
building the examples instead. If there is still a leak, we need a 
proper fix.
---

Where did you had problems with double free after this patch? I still 
think this is a valid fix and should be in. I build the examples and 
nothing failed there. Any specific test case you had that showed this?

regards
Stefan Schmidt

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Stefan Schmidt</dc:creator>
    <dc:date>2013-06-13T12:49:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53333">
    <title>[E-devel] Show text in tasks in vertical shelves</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53333</link>
    <description>&lt;pre&gt;Hello.

With E17 the tasks module does not display text when inside a vertical
shelf. Can that be fixed?

In this case it would be nice if the user could specify the orientation
(horizontal or vertical) of the displayed text.

José Romildo

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>José Romildo Malaquias</dc:creator>
    <dc:date>2013-06-13T12:04:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53316">
    <title>[E-devel] E Korean diner before summer</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53316</link>
    <description>&lt;pre&gt;Hello everyone,

Who is in for a E-Dinner in Seoul on the 29 evening ? Maybe starting
in the afternoon.

Have fun,
--
Cedric BAIL

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Cedric BAIL</dc:creator>
    <dc:date>2013-06-13T05:31:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53311">
    <title>[E-devel] clang build failures</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53311</link>
    <description>&lt;pre&gt;well, sorry I'll fix it tomorrow
Jérémy

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
&lt;/pre&gt;</description>
    <dc:creator>Jérémy Zurcher</dc:creator>
    <dc:date>2013-06-12T22:41:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53286">
    <title>[E-devel] [patch] evil and compilation without cryptography</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53286</link>
    <description>&lt;pre&gt;Hello,

I tried to compile efl and elementary with mingw (on windows and also
with cross compiling)

- There was a small problem with the mkstemp function in evil.
- If you want to compile without cryptography, I put the dependency in
the "if there is crypto then"
- elementary needs S_IRWXO and S_IRWXG to be defined in evil. It is in
1.7.7 but apparently not in git?

The attached patch fixes all these. I made this patch under windows
but if you want me to go through arcanist I may be able to do it
later.

I didn't test everything but some examples work (evas_font is not).
And "make examples" doesn't finish and ends with spank spank spank and
stringshare stuff. I might investigate this later.

Elementary compiles (with a few changes) but elementary_test is not
working, it might be the same problem as "make examples".

Anyway, I wanted to ask if you had thought about using angle for
windows? ( https://code.google.com/p/angleproject/ ) Qt is using it.

--
http://indefini.org
------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Christophe Sadoine</dc:creator>
    <dc:date>2013-06-12T09:33:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53250">
    <title>[E-devel] E18 CFBugs #2</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53250</link>
    <description>&lt;pre&gt;The old thread was too long for me to see if I fixed everything, so post
here if you have a bug that's present using the latest revision.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Michael Blumenkrantz</dc:creator>
    <dc:date>2013-06-11T09:55:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53238">
    <title>[E-devel] elm/evas callback sequence</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53238</link>
    <description>&lt;pre&gt;Hi,

I'm trying to reset some global state once an object loses its focus and
set a different one, when another one is clicked.

Let's assume the focuse switches from obj A to B via mouse click. The
problem is, that the "unfocused" callback of A is called _after_ object B's
"mouse clicked" callback.
This behavoir is imo - at least - contraintuitive, because the temporal
sequence is perceived differently. I think that an object has to be focused
for being clicked/when it's clicked, therefor the previous focus holder
must already have lost the focus, since only one object (on the same
hierarchy level) should be focused at the same time.

See the attached example code, that exposes the behavior.

&lt;/pre&gt;</description>
    <dc:creator>Leif Middelschulte</dc:creator>
    <dc:date>2013-06-10T10:07:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53217">
    <title>[E-devel] Terminology ctrl + &lt;key&gt; on wayland</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53217</link>
    <description>&lt;pre&gt;Hey guys,

Is there anything specially done to handle these keys inside terminology?

I just checked the ecore input stuff and the keys seem to be emitted
with the necessary modifiers, but still CTRL+w won't delete the last
word. Other ctrl combinations also don't work.

Do you know of something that is specially done in X which is not done
in Wayland?

Regards,
--
Rafael Antognolli

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
&lt;/pre&gt;</description>
    <dc:creator>Rafael Antognolli</dc:creator>
    <dc:date>2013-06-06T22:59:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53208">
    <title>[E-devel] use the widget plug?</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53208</link>
    <description>&lt;pre&gt;Hello,

where can I find an example of using the widget plug 
(http://docs.enlightenment.org/auto/elementary/group__Plug.html)? For 
most of the widgets are examples of the use, but this does not. Is this 
widget is practically applied?

Regards,
KD

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
&lt;/pre&gt;</description>
    <dc:creator>Karol Dudek</dc:creator>
    <dc:date>2013-06-06T08:56:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53205">
    <title>[E-devel] focus out callback and elm objects</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53205</link>
    <description>&lt;pre&gt;Hi,

I want a function to be called once an object loses the focus.

I tried to add an evas object event callback for EVAS_CALLBACK_FOCUS_OUT,
but it never gets called. See the attached code.

Hopefully I'm just doing something wrong.

&lt;/pre&gt;</description>
    <dc:creator>Leif Middelschulte</dc:creator>
    <dc:date>2013-06-05T18:18:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53195">
    <title>[E-devel] [Edje] Cropped Image render</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53195</link>
    <description>&lt;pre&gt;Hi All,
I wish to render a clipped subpart of an image in a container... The image
portion could be from anywhere in the image... Could u help ?

- Nistha
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
&lt;/pre&gt;</description>
    <dc:creator>Nistha Tandiya</dc:creator>
    <dc:date>2013-06-05T04:25:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53192">
    <title>[E-devel] Is there a targeted release date for EFL 1.8?</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.enlightenment.devel/53192</link>
    <description>&lt;pre&gt;Is there a targeted release date for EFL 1.8? There are some things broken
in the EFL python bindings for 1.7 I'd really like to get fixed so I can
continue building some goodies.

Anyone out there have experience running the E17.3 release on the 1.8 EFL
from GIT?

&lt;/pre&gt;</description>
    <dc:creator>Jeff Hoogland</dc:creator>
    <dc:date>2013-06-05T03:34:29</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.window-managers.enlightenment.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.window-managers.enlightenment.devel</link>
  </textinput>
</rdf:RDF>
