<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Giggle 0.2 released!</title>
	<atom:link href="http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 12:10:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jonner</title>
		<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/comment-page-1/#comment-29</link>
		<dc:creator>jonner</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/#comment-29</guid>
		<description>Hi Carlos, I noticed you included my window-size saving patch in this release.  You feel it&#039;s reliable enough now?</description>
		<content:encoded><![CDATA[<p>Hi Carlos, I noticed you included my window-size saving patch in this release.  You feel it&#8217;s reliable enough now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnús Örn Gylfason</title>
		<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/comment-page-1/#comment-30</link>
		<dc:creator>Magnús Örn Gylfason</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/#comment-30</guid>
		<description>Hi&lt;p/&gt;I&#039;m just starting to use git so I&#039;m holding high hopes for giggle!&lt;br/&gt;One question:&lt;br/&gt;In the roadmap you mention plans to put in build support for make etc. What about us poor souls that use other build systems (ant,bjam,etc.). Can we expect some love? :)</description>
		<content:encoded><![CDATA[<p>Hi
<p />I&#8217;m just starting to use git so I&#8217;m holding high hopes for giggle!<br />One question:<br />In the roadmap you mention plans to put in build support for make etc. What about us poor souls that use other build systems (ant,bjam,etc.). Can we expect some love? <img src='http://blogs.gnome.org/carlosg/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/comment-page-1/#comment-31</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/#comment-31</guid>
		<description>Hi Jonner!, your patch has always worked fine here, I really think that the window resizing issues are a bug somewhere else, perhaps some more testing could help determine the concrete problem (gtk version or whatever) and avoid saving window size in those cases, but I don&#039;t think it&#039;s a showstopper if it doesn&#039;t work properly, as sane window managers won&#039;t allow a window bigger than the available space</description>
		<content:encoded><![CDATA[<p>Hi Jonner!, your patch has always worked fine here, I really think that the window resizing issues are a bug somewhere else, perhaps some more testing could help determine the concrete problem (gtk version or whatever) and avoid saving window size in those cases, but I don&#8217;t think it&#8217;s a showstopper if it doesn&#8217;t work properly, as sane window managers won&#8217;t allow a window bigger than the available space</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/comment-page-1/#comment-32</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/#comment-32</guid>
		<description>Hi Magnús! didn&#039;t think about that, maybe we should support generic actions, and let developers define the command or something, but take into account that the main purpose of giggle will be to manage the repository, so the support for make (or whatever) won&#039;t probably have all the bells and whistles it could :)</description>
		<content:encoded><![CDATA[<p>Hi Magnús! didn&#8217;t think about that, maybe we should support generic actions, and let developers define the command or something, but take into account that the main purpose of giggle will be to manage the repository, so the support for make (or whatever) won&#8217;t probably have all the bells and whistles it could <img src='http://blogs.gnome.org/carlosg/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnús Örn Gylfason</title>
		<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/comment-page-1/#comment-33</link>
		<dc:creator>Magnús Örn Gylfason</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/#comment-33</guid>
		<description>Hi Carlos! &lt;br/&gt;Fortunately most build systems seam to follow a very similar pattern:&lt;br/&gt;make (looks up Makefile in cur dir and executes)&lt;br/&gt;make test (looks up target test in Makefile and executes)&lt;br/&gt;ant (looks up build.xml in cur dir and executes)&lt;br/&gt;ant test (looks up target test in build.xml and executes)&lt;p/&gt;So some sort of general way to specify build system would be greatly appreciated :)&lt;p/&gt;Probably the best way would be for devs to be able to specify default build system in something like ~/.giggle and project specific build system in something like PROJECTDIR/.giggle (for those that are coding in multiple languages and enviroments).&lt;p/&gt;Bah, here you are just releasing 0.2 and Im already requesting my pet features...just put me in .gitignore and enjoy your release, it looks realy good :)</description>
		<content:encoded><![CDATA[<p>Hi Carlos! <br />Fortunately most build systems seam to follow a very similar pattern:<br />make (looks up Makefile in cur dir and executes)<br />make test (looks up target test in Makefile and executes)<br />ant (looks up build.xml in cur dir and executes)<br />ant test (looks up target test in build.xml and executes)
<p />So some sort of general way to specify build system would be greatly appreciated <img src='http://blogs.gnome.org/carlosg/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' />
<p />Probably the best way would be for devs to be able to specify default build system in something like ~/.giggle and project specific build system in something like PROJECTDIR/.giggle (for those that are coding in multiple languages and enviroments).
<p />Bah, here you are just releasing 0.2 and Im already requesting my pet features&#8230;just put me in .gitignore and enjoy your release, it looks realy good <img src='http://blogs.gnome.org/carlosg/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Hallendal</title>
		<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/comment-page-1/#comment-34</link>
		<dc:creator>Mikael Hallendal</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/#comment-34</guid>
		<description>Just to mention that the build support idea is a bit of a blue sky idea and not entirely sure that it will happen. It would be a nice thing to have when reviewing and integrating patches together with some simple editing support though.</description>
		<content:encoded><![CDATA[<p>Just to mention that the build support idea is a bit of a blue sky idea and not entirely sure that it will happen. It would be a nice thing to have when reviewing and integrating patches together with some simple editing support though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tilman</title>
		<link>http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/comment-page-1/#comment-35</link>
		<dc:creator>tilman</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/#comment-35</guid>
		<description>Another bug that you apparently fixed is that giggle 0.2 doesn&#039;t write&lt;p/&gt;[user]&lt;br/&gt;  name = (null)&lt;p/&gt;to my ~/.gitconfig anymore, when I leave the username field empty in the &quot;personal details&quot; window \o/&lt;p/&gt;giggle looks promising, thanks :)</description>
		<content:encoded><![CDATA[<p>Another bug that you apparently fixed is that giggle 0.2 doesn&#8217;t write
<p />[user]<br />  name = (null)
<p />to my ~/.gitconfig anymore, when I leave the username field empty in the &#8220;personal details&#8221; window \o/
<p />giggle looks promising, thanks <img src='http://blogs.gnome.org/carlosg/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/carlosg/2007/03/29/giggle-02-released/feed/ ) in 1.37457 seconds, on Feb 10th, 2012 at 3:30 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 4:30 pm UTC -->
