<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Caolan McNamara</title>
	<atom:link href="http://blogs.linux.ie/caolan/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/caolan</link>
	<description>babblings!</description>
	<lastBuildDate>Fri, 27 Aug 2010 08:51:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8220;the community&#8221;</title>
		<link>http://blogs.linux.ie/caolan/2010/08/27/the-community/</link>
		<comments>http://blogs.linux.ie/caolan/2010/08/27/the-community/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 08:51:00 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=396</guid>
		<description><![CDATA[I rather dislike &#8220;the community&#8221; as a term, it&#8217;s too easy to mentally substitute it as other people or useful idiots.]]></description>
			<content:encoded><![CDATA[<p>I rather dislike &#8220;the community&#8221; as a term, it&#8217;s too easy to mentally substitute it as <em>other people</em> or <em><a href="http://en.wikipedia.org/wiki/Useful_idiot">useful idiots</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/08/27/the-community/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Things I dislike debugging</title>
		<link>http://blogs.linux.ie/caolan/2010/08/12/things-i-dislike-debugging/</link>
		<comments>http://blogs.linux.ie/caolan/2010/08/12/things-i-dislike-debugging/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 11:14:15 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=393</guid>
		<description><![CDATA[Threads, window managers and complex text layout.]]></description>
			<content:encoded><![CDATA[<p>Threads, window managers and complex text layout.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/08/12/things-i-dislike-debugging/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DEV300_m83/gtk3</title>
		<link>http://blogs.linux.ie/caolan/2010/06/18/dev300_m83gtk3/</link>
		<comments>http://blogs.linux.ie/caolan/2010/06/18/dev300_m83gtk3/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 08:27:27 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=388</guid>
		<description><![CDATA[callcatcher results for DEV300_m83 records a pleasingly large drop of -220 unused methods as sd reduces by 198 unused methods, while uui and framework drop to 0. Prepared some patches to make OOo gtk3 ready, though probably best to hold off integrating into say 3.4 until the new build stuff is in place because for [...]]]></description>
			<content:encoded><![CDATA[<p>callcatcher results for <a href="http://people.redhat.com/caolanm/callcatcher/DEV300_m83/">DEV300_m83</a> records a pleasingly large drop of -220 unused methods as sd reduces by 198 unused methods, while uui and framework drop to 0.</p>
<p>Prepared some patches to make OOo <a href="http://www.openoffice.org/issues/show_bug.cgi?id=111952">gtk3</a> ready, though probably best to hold off integrating into say 3.4 until the new build stuff is in place because for vanilla-land we&#8217;ll probably want to support building both gtk2 and gtk3 vclplugs side by side which is a bit hacky in the current gtk3 workspace</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/06/18/dev300_m83gtk3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DEV300_m78, lang-tags</title>
		<link>http://blogs.linux.ie/caolan/2010/05/21/dev300_m78-lang-tags/</link>
		<comments>http://blogs.linux.ie/caolan/2010/05/21/dev300_m78-lang-tags/#comments</comments>
		<pubDate>Fri, 21 May 2010 19:31:55 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=384</guid>
		<description><![CDATA[DEV300_m78 callcatcher report. Down -10 overall. scripting and vbahelper are unused method free. Fiddling with BCP 47 style language tags, Some code at here to make a sane mapping from the glibc locale strings to it, along with some mods to hunspell to make that the default dictionary naming scheme. Enchant, OOo and friends would [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://people.redhat.com/caolanm/callcatcher/DEV300_m78/">DEV300_m78</a> callcatcher report. Down -10 overall. scripting and vbahelper are unused method free.</p>
<p>Fiddling with BCP 47 style language tags, Some code at <a href="http://people.redhat.com/caolanm/BCP47/">here</a> to make a sane <a href="http://wiki.services.openoffice.org/wiki/LocaleMapping">mapping</a> from the glibc locale strings to it,  along with some mods to hunspell to make that the default dictionary naming scheme. Enchant, OOo and friends would need some tweaking as well to bubble the extra info up. End game would be that the edge case stuff like sr-Latn[-RS] and ca[-ES]-valencia would work out of the box. </p>
<p>fontconfig could do with a bit of love in that direction as well. I see some bogus tags of e.g. sd-in@devanagari in some font .conf files but fontconfig takes a language-territory tag, not @modifiers, so its reading those as sd-in. Ideal situation would be to be able to describe that as sd-Deva[-IN].</p>
<p>glibc has two ber locales, ber_DZ and ber_MA, unfortunately these are collective language codes, which is a real nuisance. In the case of the other collective code of no, i.e. no_NO gettext and others map it to nb_NO, ber_DZ is probably most likely equivalent to kab-DZ, but ber_MA does appear to in practice refer to a collection of three languages. Though for some inscrutable reason (copy and paste) the translations in the locale file are actually Azerbaijani/Azeri</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/05/21/dev300_m78-lang-tags/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DEV300_m77</title>
		<link>http://blogs.linux.ie/caolan/2010/04/22/dev300_m77/</link>
		<comments>http://blogs.linux.ie/caolan/2010/04/22/dev300_m77/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 09:00:24 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=381</guid>
		<description><![CDATA[DEV300_m77 shows a gratifying large drop in unused writerperfect methods and small drop in sw. Total count now 694, -165 from m76]]></description>
			<content:encoded><![CDATA[<p><a href="http://people.redhat.com/caolanm/callcatcher/DEV300_m77/">DEV300_m77</a> shows a gratifying large drop in unused writerperfect methods and small drop in sw. Total count now 694,  -165 from m76</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/04/22/dev300_m77/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DEV300_m74</title>
		<link>http://blogs.linux.ie/caolan/2010/03/10/dev300_m74/</link>
		<comments>http://blogs.linux.ie/caolan/2010/03/10/dev300_m74/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:33:09 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=378</guid>
		<description><![CDATA[DEV300_m74 +5 overall unused, though sal becomes unused method free.]]></description>
			<content:encoded><![CDATA[<p><a href="http://people.redhat.com/caolanm/callcatcher/DEV300_m74/">DEV300_m74</a> +5 overall unused, though sal becomes unused method free.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/03/10/dev300_m74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>playing video in firefox makes OOo file menu appear</title>
		<link>http://blogs.linux.ie/caolan/2010/03/09/playing-video-in-firefox-makes-ooo-file-menu-appear/</link>
		<comments>http://blogs.linux.ie/caolan/2010/03/09/playing-video-in-firefox-makes-ooo-file-menu-appear/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:18:38 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=375</guid>
		<description><![CDATA[One of the rather odder bugs. OOo&#8217;s file menu suddenly appears for no good reason (while playing embedded video in Firefox on another workspace). Story is that OOo has the focus while the video is playing in totem-mozplugin, totem-mozplugin seems to want to inhibit the screensaver from kicking in so sends regular Left Alt strokes [...]]]></description>
			<content:encoded><![CDATA[<p>One of the rather <a href="https://bugzilla.redhat.com/show_bug.cgi?id=571179">odder bugs</a>. OOo&#8217;s file menu suddenly appears for no good reason (while playing embedded video in Firefox on another workspace). Story is that OOo has the focus while the video is playing in totem-mozplugin, totem-mozplugin seems to want to inhibit the screensaver from kicking in so sends regular Left Alt strokes to the display via XTest. If OOo has the focus, it receives the Alts, and one of its quirks is that the file menu appears on press and release of Left Alt.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/03/09/playing-video-in-firefox-makes-ooo-file-menu-appear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DEV300_m72</title>
		<link>http://blogs.linux.ie/caolan/2010/02/26/dev300_m72/</link>
		<comments>http://blogs.linux.ie/caolan/2010/02/26/dev300_m72/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 09:55:59 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=372</guid>
		<description><![CDATA[In DEV300_m72 filter and desktop are now unused method free. Though additional unused methods in scripting and sc appear. -16 overall]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://people.redhat.com/caolanm/callcatcher/DEV300_m72/">DEV300_m72</a> filter and desktop are now unused method free. Though additional unused methods in scripting and sc appear. -16 overall</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/02/26/dev300_m72/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>minority ports</title>
		<link>http://blogs.linux.ie/caolan/2010/02/19/minority-ports/</link>
		<comments>http://blogs.linux.ie/caolan/2010/02/19/minority-ports/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:49:48 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=363</guid>
		<description><![CDATA[OOO 3.2.0 &#8220;vanilla&#8221; install sets for minority Linux ports are now available from download.openoffice.org. 3.2.0 rpms for * PPC (32bit powerpc) * s390x (64bit z/Series) * IA64 (64bit Itanium) and 3.2.0 .debs for * parisc (32bit HPPA).]]></description>
			<content:encoded><![CDATA[<p>OOO 3.2.0 &#8220;vanilla&#8221; install sets for <a href="http://download.openoffice.org/other.html">minority Linux ports</a> are now available from download.openoffice.org. 3.2.0 rpms for<br />
 * PPC (32bit powerpc)<br />
 * s390x (64bit z/Series)<br />
 * IA64 (64bit Itanium)<br />
and 3.2.0 .debs for<br />
 * parisc (32bit HPPA).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/02/19/minority-ports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DEV300_m71</title>
		<link>http://blogs.linux.ie/caolan/2010/02/03/dev300_m71/</link>
		<comments>http://blogs.linux.ie/caolan/2010/02/03/dev300_m71/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:45:41 +0000</pubDate>
		<dc:creator>Caolan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.linux.ie/caolan/?p=358</guid>
		<description><![CDATA[DEV300_m71, svx, soltools and accessibility all 0 unused methods now. ucb reportdesign and sal nearly unused free. sc and sw creep up again. Over all count -17]]></description>
			<content:encoded><![CDATA[<p><a href="http://people.redhat.com/caolanm/callcatcher/DEV300_m71/">DEV300_m71</a>, svx, soltools and accessibility all 0 unused methods now. ucb reportdesign and sal nearly unused free. sc and sw creep up again. Over all count -17</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.linux.ie/caolan/2010/02/03/dev300_m71/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
