<?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 for Abiding Development</title>
	<atom:link href="http://jasonfharris.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonfharris.com/blog</link>
	<description>Yet another cocoa blog</description>
	<lastBuildDate>Sat, 10 Mar 2012 13:39:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on MacHg 1.0.0 Beta Released!! by Floky</title>
		<link>http://jasonfharris.com/blog/2012/03/machg-1-0-0-beta-released/comment-page-1/#comment-757</link>
		<dc:creator>Floky</dc:creator>
		<pubDate>Sat, 10 Mar 2012 13:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=86#comment-757</guid>
		<description>&lt;p&gt;Great news Jason! I&#039;m a big fan of your Mercurial GUi Client! I think it really has the potential to be one of the best free solutions on the Mac OS platform. I&#039;ve donated a humble amount to support this software and I&#039;ve also posted about it on this forum:
http://forum.unity3d.com/threads/111220-How-did-Shadowgun-reduced-APK-to-6-MB?p=857070&amp;viewfull=1#post857070&lt;/p&gt;

&lt;p&gt;As you I am also developing a free software solution and I know the amount of work and time that goes into something like this. I will further spread the word about this very nice piece of software and I will also return with another donation.&lt;/p&gt;

&lt;p&gt;Keep up the awesome work my friend! You&#039;re not alone!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great news Jason! I&#8217;m a big fan of your Mercurial GUi Client! I think it really has the potential to be one of the best free solutions on the Mac OS platform. I&#8217;ve donated a humble amount to support this software and I&#8217;ve also posted about it on this forum:
<a href="http://forum.unity3d.com/threads/111220-How-did-Shadowgun-reduced-APK-to-6-MB?p=857070&#038;viewfull=1#post857070" rel="nofollow">http://forum.unity3d.com/threads/111220-How-did-Shadowgun-reduced-APK-to-6-MB?p=857070&#038;viewfull=1#post857070</a></p>

<p>As you I am also developing a free software solution and I know the amount of work and time that goes into something like this. I will further spread the word about this very nice piece of software and I will also return with another donation.</p>

<p>Keep up the awesome work my friend! You&#8217;re not alone!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on BanChangesets Mercurial Extension Released! by Johan</title>
		<link>http://jasonfharris.com/blog/2011/05/excludechangesets-mercurial-extension-released/comment-page-1/#comment-731</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 04 Mar 2012 17:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=71#comment-731</guid>
		<description>&lt;p&gt;Maybe you should add your extension to the appropriate part of page &#039;http://mercurial.selenic.com/wiki/UsingExtensions&#039; too ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe you should add your extension to the appropriate part of page &#8216;<a href="http://mercurial.selenic.com/wiki/UsingExtensions" rel="nofollow">http://mercurial.selenic.com/wiki/UsingExtensions</a>&#8216; too ?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where is NSBrowserSelectionDidChangeNotification when you need it? by Jason</title>
		<link>http://jasonfharris.com/blog/2011/01/where-is-nsbrowserselectiondidchangenotification-when-you-need-it/comment-page-1/#comment-729</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 21 Jan 2012 17:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=46#comment-729</guid>
		<description>&lt;p&gt;Well it turns out that in 10.6 there is a delegate method:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;(NSIndexSet&lt;em&gt;)browser:(NSBrowser&lt;/em&gt;)browser selectionIndexesForProposedSelection:(NSIndexSet*)proposedSelectionIndexes inColumn:(NSInteger)column&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which you can implement in your delegate. This isn&#039;t quite what is needed since it fires &lt;em&gt;before&lt;/em&gt; the selection is actually changed, but using a performSelector:withObject:afterDelay: with a suitable small delay you might be able to fake the missing NSBrowserSelectionDidChangeNotification. At least I used this in MacHg... to get around the absence of this notification.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well it turns out that in 10.6 there is a delegate method:</p>

<ul>
<li>(NSIndexSet<em>)browser:(NSBrowser</em>)browser selectionIndexesForProposedSelection:(NSIndexSet*)proposedSelectionIndexes inColumn:(NSInteger)column</li>
</ul>

<p>Which you can implement in your delegate. This isn&#8217;t quite what is needed since it fires <em>before</em> the selection is actually changed, but using a performSelector:withObject:afterDelay: with a suitable small delay you might be able to fake the missing NSBrowserSelectionDidChangeNotification. At least I used this in MacHg&#8230; to get around the absence of this notification.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Terminal: clear yields &#8220;terminals database is inaccessible&#8221;&#8230; by Christoph</title>
		<link>http://jasonfharris.com/blog/2011/12/terminal-clear-yields-terminals-database-is-inaccessible/comment-page-1/#comment-719</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Sat, 07 Jan 2012 18:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=80#comment-719</guid>
		<description>&lt;p&gt;Dear Jason,
I have downloaded your MacHg app. By the way you have made a great job. You have developed a nice ui and a good working  functionality.&lt;/p&gt;

&lt;p&gt;Thanx,
Christoph&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dear Jason,
I have downloaded your MacHg app. By the way you have made a great job. You have developed a nice ui and a good working  functionality.</p>

<p>Thanx,
Christoph</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make FileMerge diff .plist files by jason</title>
		<link>http://jasonfharris.com/blog/2010/04/make-filemerge-diff-plist-files/comment-page-1/#comment-696</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 20 Dec 2011 22:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=13#comment-696</guid>
		<description>&lt;p&gt;Uhhh... Well it is still working for me and still working in FIleMerge 2.5 (build 1633.0). In fact I just found out about /usr/bin/textutil which can be used to convert doc, docx, and some other formats to text. I&#039;ll post another blog update shortly about this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Uhhh&#8230; Well it is still working for me and still working in FIleMerge 2.5 (build 1633.0). In fact I just found out about /usr/bin/textutil which can be used to convert doc, docx, and some other formats to text. I&#8217;ll post another blog update shortly about this.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacHg 0.9.24 Released!! by jason</title>
		<link>http://jasonfharris.com/blog/2011/09/machg-0-9-24-released/comment-page-1/#comment-654</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 19 Sep 2011 05:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=72#comment-654</guid>
		<description>&lt;p&gt;Good suggestion! Go ahead and file this in the issues at https://bitbucket.org/jfh/machg/issues&lt;/p&gt;

&lt;p&gt;And thanks for the feedback!
Cheers,
   Jas&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good suggestion! Go ahead and file this in the issues at <a href="https://bitbucket.org/jfh/machg/issues" rel="nofollow">https://bitbucket.org/jfh/machg/issues</a></p>

<p>And thanks for the feedback!
Cheers,
   Jas</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacHg 0.9.24 Released!! by Dilantha</title>
		<link>http://jasonfharris.com/blog/2011/09/machg-0-9-24-released/comment-page-1/#comment-653</link>
		<dc:creator>Dilantha</dc:creator>
		<pubDate>Mon, 19 Sep 2011 03:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=72#comment-653</guid>
		<description>&lt;p&gt;Thanks for updating this. I use this everyday and its a great tool. Please try to include a button to do &#039;hg serve&#039; as well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for updating this. I use this everyday and its a great tool. Please try to include a button to do &#8216;hg serve&#8217; as well.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacHg 0.9.17 released! by Using Beyond Compare with MacHG for Mercurial &#124; Gary Pallett</title>
		<link>http://jasonfharris.com/blog/2011/03/machg-0-9-17-released/comment-page-1/#comment-649</link>
		<dc:creator>Using Beyond Compare with MacHG for Mercurial &#124; Gary Pallett</dc:creator>
		<pubDate>Fri, 10 Jun 2011 15:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=59#comment-649</guid>
		<description>&lt;p&gt;[...] this on the Mac,  I use a nifty client called MacHg. However, whilst this now has support for a good selection of external diffing and merging tools, my particular favourite Beyond Compare (BC) isn&#8217;t supported [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] this on the Mac,  I use a nifty client called MacHg. However, whilst this now has support for a good selection of external diffing and merging tools, my particular favourite Beyond Compare (BC) isn&#8217;t supported [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make FileMerge diff .plist files by Luke</title>
		<link>http://jasonfharris.com/blog/2010/04/make-filemerge-diff-plist-files/comment-page-1/#comment-648</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sun, 05 Jun 2011 09:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=13#comment-648</guid>
		<description>&lt;p&gt;This doesn&#039;t work for me in Filemerge 2.5. I select the files to diff, hit compare, the dialog closes but the diff screen never appears.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work for me in Filemerge 2.5. I select the files to diff, hit compare, the dialog closes but the diff screen never appears.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on MacHg 0.9.22 Released! by geeklawyer</title>
		<link>http://jasonfharris.com/blog/2011/05/machg-0-9-22-released/comment-page-1/#comment-647</link>
		<dc:creator>geeklawyer</dc:creator>
		<pubDate>Tue, 31 May 2011 06:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://jasonfharris.com/blog/?p=70#comment-647</guid>
		<description>&lt;p&gt;Lovely little program. Am just starting to play with Mercurial (put off versioning systems years ago by cvs) and machg was recommended by a friend as a non scary pointy clicky interface. It&#039;s all still scary even with machg (tips are for waiters in my book).&lt;/p&gt;

&lt;p&gt;You really should sell this in the App Store I would definitely have paid a tenner for this: look at what&#039;s in there now...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lovely little program. Am just starting to play with Mercurial (put off versioning systems years ago by cvs) and machg was recommended by a friend as a non scary pointy clicky interface. It&#8217;s all still scary even with machg (tips are for waiters in my book).</p>

<p>You really should sell this in the App Store I would definitely have paid a tenner for this: look at what&#8217;s in there now&#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>

