<?xml version="1.0"?>
<rss version="2.0">

<channel>
<title>FishEye on textmate-bundles/trunk</title>
<link>http://fisheye2.atlassian.com/browse/textmate-bundles/</link>
<description>Recent changes to the "textmate-bundles" repository under directory /trunk</description>

<item>
<title>trunk msheets: Bump support to match a ui.rb regression fix, allows Ant build command to work a...</title>
<pubDate>Thu, 08 Jan 2009 23:09:29 -0600</pubDate>
<author>msheets</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11091&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11091&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11091"><strong>11091</strong></a></td>
<td width="30%" align="center"><strong>msheets</strong></td>
<td align="right">Thu, 08 January 2009, 23:09:29 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Bump support to match a ui.rb regression fix, allows Ant build command to work again.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/version">/trunk/Support/version</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/version?r=11091">11091</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/version?r=11091">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/version?r1=10893&r2=11091">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk duff: &#8226; when using &#8963;H on a non-word (like empty line) a dialog will ask what to search...</title>
<pubDate>Wed, 07 Jan 2009 21:21:58 -0600</pubDate>
<author>duff</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11090&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11090&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11090"><strong>11090</strong></a></td>
<td width="30%" align="center"><strong>duff</strong></td>
<td align="right">Wed, 07 January 2009, 21:21:58 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; when using &#8963;H on a non-word (like empty line) a dialog will ask what to search for.<br /><br />Patch from dreamcat7</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Support/lib/docset_query.rb">/trunk/Bundles/Objective-C.tmbundle/Support/lib/docset_query.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Support/lib/docset_query.rb?r=11090">11090</a></td>
<td>(+26 -6)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Support/lib/docset_query.rb?r=11090">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Support/lib/docset_query.rb?r1=10942&r2=11090">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk duff: Objective-C now has 3 (reworked) snippets for generating a class:...</title>
<pubDate>Wed, 07 Jan 2009 20:47:38 -0600</pubDate>
<author>duff</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11089&amp;csize=7</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11089&amp;csize=7</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11089"><strong>11089</strong></a></td>
<td width="30%" align="center"><strong>duff</strong></td>
<td align="right">Wed, 07 January 2009, 20:47:38 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Objective-C now has 3 (reworked) snippets for generating a class:<br /><br /> &nbsp;cl&#8677; &nbsp;&#8212; insert @interface + @implementation<br /> &nbsp;cli&#8677; &#8212; insert only @implementation<br /> &nbsp;clh&#8677; &#8212; insert only @interface (h is for &#8216;header&#8217;)<br /><br />Similarly there are now 3 snippets for categories where &#8216;cl&#8217; is instead &#8216;cat&#8217;.<br /><br />The category snippets take class and category name from the file name (using first and second word) so naming a file &#8220;NSString Searching.mm&#8221; will generate:<br /><br /> &nbsp;@interface NSString (Searching)<br /> &nbsp;&#8942;<br /><br />The Objective-C class snippet will clash with the C++ class snippet when used outside @implementation&#8230;@end in Objective-C++ mode (i.e. a disambiguation menu will appear).<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Class%20Implementation.tmSnippet">/trunk/Bundles/Objective-C.tmbundle/Snippets/Class Implementation.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Class%20Implementation.tmSnippet?r=11089">11089</a></td>
<td>(+24 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Class%20Implementation.tmSnippet?r=11089">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20Implementation.tmSnippet">/trunk/Bundles/Objective-C.tmbundle/Snippets/Category Implementation.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20Implementation.tmSnippet?r=11089">11089</a></td>
<td>(+18 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20Implementation.tmSnippet?r=11089">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20Interface%20Only%20%28cati%29.plist">/trunk/Bundles/Objective-C.tmbundle/Snippets/Category Interface Only (cati).plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20Interface%20Only%20%28cati%29.plist?r=11089">11089</a></td>
<td>(+3 -5)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20Interface%20Only%20%28cati%29.plist?r=11089">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20Interface%20Only%20%28cati%29.plist?r1=3648&r2=11089">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/info.plist">/trunk/Bundles/Objective-C.tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/info.plist?r=11089">11089</a></td>
<td>(+4 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/info.plist?r=11089">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/info.plist?r1=9551&r2=11089">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/020%20Class%20%28objc%29.plist">/trunk/Bundles/Objective-C.tmbundle/Snippets/020 Class (objc).plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/020%20Class%20%28objc%29.plist?r=11089">11089</a></td>
<td>(+3 -4)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/020%20Class%20%28objc%29.plist?r=11089">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/020%20Class%20%28objc%29.plist?r1=10830&r2=11089">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Class%20Interface%20Only%20%28classi%29.plist">/trunk/Bundles/Objective-C.tmbundle/Snippets/Class Interface Only (classi).plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Class%20Interface%20Only%20%28classi%29.plist?r=11089">11089</a></td>
<td>(+4 -7)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Class%20Interface%20Only%20%28classi%29.plist?r=11089">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Class%20Interface%20Only%20%28classi%29.plist?r1=3648&r2=11089">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20%28cat%29.plist">/trunk/Bundles/Objective-C.tmbundle/Snippets/Category (cat).plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20%28cat%29.plist?r=11089">11089</a></td>
<td>(+3 -5)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20%28cat%29.plist?r=11089">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Objective-C.tmbundle/Snippets/Category%20%28cat%29.plist?r1=3648&r2=11089">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk ciaran: Highlight JOINs without a join type</title>
<pubDate>Wed, 07 Jan 2009 15:55:31 -0600</pubDate>
<author>ciaran</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11088&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11088&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11088"><strong>11088</strong></a></td>
<td width="30%" align="center"><strong>ciaran</strong></td>
<td align="right">Wed, 07 January 2009, 15:55:31 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Highlight JOINs without a join type</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Syntaxes/SQL.plist">/trunk/Bundles/SQL.tmbundle/Syntaxes/SQL.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Syntaxes/SQL.plist?r=11088">11088</a></td>
<td>(+2 -2)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Syntaxes/SQL.plist?r=11088">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Syntaxes/SQL.plist?r1=7698&r2=11088">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Adding another method needed by xmpfilter to our Ruby 1.8 to 1.9 shim.</title>
<pubDate>Wed, 07 Jan 2009 09:34:32 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11087&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11087&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11087"><strong>11087</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Wed, 07 January 2009, 09:34:32 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Adding another method needed by xmpfilter to our Ruby 1.8 to 1.9 shim.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb">/trunk/Support/lib/ruby1.9/add_1.8_features.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r=11087">11087</a></td>
<td>(+8 -4)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r=11087">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r1=11079&r2=11087">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; improved helper facilities; now rebuild_help_index looks in all directories gi...</title>
<pubDate>Wed, 07 Jan 2009 03:25:49 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11086&amp;csize=2</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11086&amp;csize=2</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11086"><strong>11086</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Wed, 07 January 2009, 03:25:49 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; improved helper facilities; now rebuild_help_index looks in all directories given by the R command &#039;.libPaths()&#039;<br /> - this solves the issue if the user installed packages at &#039;User Level&#039;</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Commands/Create%20Command%20Help%20Index.tmCommand">/trunk/Review/Bundles/R.tmbundle/Commands/Create Command Help Index.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Commands/Create%20Command%20Help%20Index.tmCommand?r=11086">11086</a></td>
<td>(+4 -3)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Commands/Create%20Command%20Help%20Index.tmCommand?r=11086">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Commands/Create%20Command%20Help%20Index.tmCommand?r1=9101&r2=11086">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Support/bin/rebuild_help_index.sh">/trunk/Review/Bundles/R.tmbundle/Support/bin/rebuild_help_index.sh</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Support/bin/rebuild_help_index.sh?r=11086">11086</a></td>
<td>(+26 -10)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Support/bin/rebuild_help_index.sh?r=11086">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R.tmbundle/Support/bin/rebuild_help_index.sh?r1=10971&r2=11086">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk msheets: Organize the menu.</title>
<pubDate>Wed, 07 Jan 2009 01:42:45 -0600</pubDate>
<author>msheets</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11085&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11085&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11085"><strong>11085</strong></a></td>
<td width="30%" align="center"><strong>msheets</strong></td>
<td align="right">Wed, 07 January 2009, 01:42:45 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Organize the menu.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist">/trunk/Bundles/Mediawiki.tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist?r=11085">11085</a></td>
<td>(+8 -3)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist?r=11085">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist?r1=11084&r2=11085">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk msheets: Add two reference snippets, sent in by Timothy Bates.</title>
<pubDate>Wed, 07 Jan 2009 01:41:41 -0600</pubDate>
<author>msheets</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11084&amp;csize=3</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11084&amp;csize=3</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11084"><strong>11084</strong></a></td>
<td width="30%" align="center"><strong>msheets</strong></td>
<td align="right">Wed, 07 January 2009, 01:41:41 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Add two reference snippets, sent in by Timothy Bates.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist">/trunk/Bundles/Mediawiki.tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist?r=11084">11084</a></td>
<td>(+19 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist?r=11084">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/info.plist?r1=9751&r2=11084">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference%20%7B%7BFact%7Cdate%3Dmonth%20yyyy%7D%7D.tmSnippet">/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference {{Fact|date=month yyyy}}.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference%20%7B%7BFact%7Cdate%3Dmonth%20yyyy%7D%7D.tmSnippet?r=11084">11084</a></td>
<td>(+18 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference%20%7B%7BFact%7Cdate%3Dmonth%20yyyy%7D%7D.tmSnippet?r=11084">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference%20%3Cref%3EAuthor%20%28year%29___%3C%3Aref%3E.tmSnippet">/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference &lt;ref&gt;Author (year)___&lt;:ref&gt;.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference%20%3Cref%3EAuthor%20%28year%29___%3C%3Aref%3E.tmSnippet?r=11084">11084</a></td>
<td>(+18 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mediawiki.tmbundle/Snippets/Reference%20%3Cref%3EAuthor%20%28year%29___%3C%3Aref%3E.tmSnippet?r=11084">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; fixed: now the command &#034;Set Working Directory&#034; doesn&#039;t appear in the history...</title>
<pubDate>Tue, 06 Jan 2009 04:23:31 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11083&amp;csize=3</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11083&amp;csize=3</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11083"><strong>11083</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Tue, 06 January 2009, 04:23:31 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; fixed: now the command &#034;Set Working Directory&#034; doesn&#039;t appear in the history<br />&#8226; added: command &#034;Show Working Directory&#034; as tooltip</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/info.plist">/trunk/Review/Bundles/R Console (Rdaemon).tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/info.plist?r=11083">11083</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/info.plist?r=11083">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/info.plist?r1=10949&r2=11083">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/Commands/Show%20Working%20Directory.tmCommand">/trunk/Review/Bundles/R Console (Rdaemon).tmbundle/Commands/Show Working Directory.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/Commands/Show%20Working%20Directory.tmCommand?r=11083">11083</a></td>
<td>(+37 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/Commands/Show%20Working%20Directory.tmCommand?r=11083">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/Commands/Set%20Working%20Directory.tmCommand">/trunk/Review/Bundles/R Console (Rdaemon).tmbundle/Commands/Set Working Directory.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/Commands/Set%20Working%20Directory.tmCommand?r=11083">11083</a></td>
<td>(+2 -2)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/Commands/Set%20Working%20Directory.tmCommand?r=11083">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/R%20Console%20%28Rdaemon%29.tmbundle/Commands/Set%20Working%20Directory.tmCommand?r1=10140&r2=11083">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Revising our Ruby 1.9 additions to be a hair more cautious:  making sure we don&#039;...</title>
<pubDate>Mon, 05 Jan 2009 09:24:14 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11079&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11079&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11079"><strong>11079</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Mon, 05 January 2009, 09:24:14 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Revising our Ruby 1.9 additions to be a hair more cautious: &nbsp;making sure we don&#039;t add them to Ruby 1.8 and we let Ruby decide what a line is.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb">/trunk/Support/lib/ruby1.9/add_1.8_features.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r=11079">11079</a></td>
<td>(+13 -17)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r=11079">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r1=11078&r2=11079">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Getting xmpfilter (Execute and Update &#039;# =&gt;&#039; Markers) working under Ruby 1.9.  P...</title>
<pubDate>Mon, 05 Jan 2009 08:46:30 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11078&amp;csize=3</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11078&amp;csize=3</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11078"><strong>11078</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Mon, 05 January 2009, 08:46:30 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Getting xmpfilter (Execute and Update &#039;# =&gt;&#039; Markers) working under Ruby 1.9. &nbsp;Patch by Dave Thomas.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb">/trunk/Support/lib/ruby1.9/add_1.8_features.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r=11078">11078</a></td>
<td>(+58 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9/add_1.8_features.rb?r=11078">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9">/trunk/Support/lib/ruby1.9</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9?r=11078">11078</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ruby1.9?r=11078">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Execute%20and%20Insert%20Results.tmCommand">/trunk/Bundles/Ruby.tmbundle/Commands/Execute and Insert Results.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Execute%20and%20Insert%20Results.tmCommand?r=11078">11078</a></td>
<td>(+3 -2)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Execute%20and%20Insert%20Results.tmCommand?r=11078">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Execute%20and%20Insert%20Results.tmCommand?r1=6425&r2=11078">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; Help updated</title>
<pubDate>Mon, 05 Jan 2009 08:34:40 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11077&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11077&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11077"><strong>11077</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Mon, 05 January 2009, 08:34:40 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; Help updated</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown">/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown?r=11077">11077</a></td>
<td>(+10 -2)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown?r=11077">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown?r1=11075&r2=11077">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; removed the AppleScript UI scripting check...</title>
<pubDate>Mon, 05 Jan 2009 06:59:49 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11076&amp;csize=2</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11076&amp;csize=2</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11076"><strong>11076</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Mon, 05 January 2009, 06:59:49 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; removed the AppleScript UI scripting check<br /> - the UI scripting is only used to activate the GetBundles window if the user tries to invoke it twice; if the UI scripting is enabled GetBundles will be activated, if not only a tooltip appears<br /> - the approach to show the Help page by clicking at the ?&#8413; button in the NIB was dropped</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Commands/Get%20Bundles.tmCommand">/trunk/Review/Bundles/GetBundles.tmbundle/Commands/Get Bundles.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Commands/Get%20Bundles.tmCommand?r=11076">11076</a></td>
<td>(+3 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Commands/Get%20Bundles.tmCommand?r=11076">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Commands/Get%20Bundles.tmCommand?r1=11009&r2=11076">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb">/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11076">11076</a></td>
<td>(+11 -9)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11076">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r1=11074&r2=11076">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; help updated</title>
<pubDate>Mon, 05 Jan 2009 06:53:55 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11075&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11075&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11075"><strong>11075</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Mon, 05 January 2009, 06:53:55 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; help updated</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown">/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown?r=11075">11075</a></td>
<td>(+62 -39)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown?r=11075">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/help.markdown?r1=11031&r2=11075">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; use &#034;&#9483;&#034; to separate different comments...</title>
<pubDate>Mon, 05 Jan 2009 05:34:33 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11074&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11074&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11074"><strong>11074</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Mon, 05 January 2009, 05:34:33 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; use &#034;&#9483;&#034; to separate different comments<br />&#8226; fixed: the source will be reset automatically if a bundle was relocated (e.g. from Review to Official or vice versa)<br />&#8226; minor message typos were fixed</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb">/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11074">11074</a></td>
<td>(+26 -7)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11074">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r1=11060&r2=11074">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Fixing a bug found by Ruby 1.9 while testing the new encoding support.  I dont b...</title>
<pubDate>Sun, 04 Jan 2009 13:31:22 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11073&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11073&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11073"><strong>11073</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Sun, 04 January 2009, 13:31:22 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Fixing a bug found by Ruby 1.9 while testing the new encoding support. &nbsp;I dont believe this was actually calling problems, but it easily could have if the io variable was ever accessed after the first nested open() which was clobbering it. &nbsp;Patch by Dave Thomas.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb">/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb?r=11073">11073</a></td>
<td>(+5 -3)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb?r=11073">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb?r1=11072&r2=11073">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Adding encoding comments to the Bundles directory where needed.  Patch from Dave...</title>
<pubDate>Sun, 04 Jan 2009 13:27:02 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11072&amp;csize=34</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11072&amp;csize=34</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11072"><strong>11072</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Sun, 04 January 2009, 13:27:02 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Adding encoding comments to the Bundles directory where needed. &nbsp;Patch from Dave Thomas.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb">/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb?r1=9895&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/JavaScript%20Flash.tmbundle/Support/bin/asd.rb">/trunk/Bundles/JavaScript Flash.tmbundle/Support/bin/asd.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/JavaScript%20Flash.tmbundle/Support/bin/asd.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/JavaScript%20Flash.tmbundle/Support/bin/asd.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/JavaScript%20Flash.tmbundle/Support/bin/asd.rb?r1=10547&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/lib/apache_ctl.rb">/trunk/Bundles/Apache.tmbundle/Support/lib/apache_ctl.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/lib/apache_ctl.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/lib/apache_ctl.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/lib/apache_ctl.rb?r1=8908&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/format_blame.rb">/trunk/Bundles/Subversion.tmbundle/Support/format_blame.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/format_blame.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/format_blame.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/format_blame.rb?r1=9220&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SVK.tmbundle/Support/revert_file.rb">/trunk/Bundles/SVK.tmbundle/Support/revert_file.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SVK.tmbundle/Support/revert_file.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SVK.tmbundle/Support/revert_file.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SVK.tmbundle/Support/revert_file.rb?r1=6958&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/bin/apache_doc.rb">/trunk/Bundles/Apache.tmbundle/Support/bin/apache_doc.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/bin/apache_doc.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/bin/apache_doc.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Apache.tmbundle/Support/bin/apache_doc.rb?r1=8908&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/show_hex_colors_and_replace.rb">/trunk/Bundles/Experimental.tmbundle/Support/show_hex_colors_and_replace.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/show_hex_colors_and_replace.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/show_hex_colors_and_replace.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/show_hex_colors_and_replace.rb?r1=6597&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/CVS.tmbundle/Support/cvs_diff.rb">/trunk/Bundles/CVS.tmbundle/Support/cvs_diff.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/CVS.tmbundle/Support/cvs_diff.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/CVS.tmbundle/Support/cvs_diff.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/CVS.tmbundle/Support/cvs_diff.rb?r1=2737&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Support/bin/db_browser.rb">/trunk/Bundles/SQL.tmbundle/Support/bin/db_browser.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Support/bin/db_browser.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Support/bin/db_browser.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/SQL.tmbundle/Support/bin/db_browser.rb?r1=8234&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/linked_ri.rb">/trunk/Bundles/Ruby.tmbundle/Support/bin/linked_ri.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/linked_ri.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/linked_ri.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/linked_ri.rb?r1=10504&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Greasemonkey.tmbundle/Support/userscriptsorg.rb">/trunk/Bundles/Greasemonkey.tmbundle/Support/userscriptsorg.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Greasemonkey.tmbundle/Support/userscriptsorg.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Greasemonkey.tmbundle/Support/userscriptsorg.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Greasemonkey.tmbundle/Support/userscriptsorg.rb?r1=8174&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_show_help.rb">/trunk/Bundles/Mercurial.tmbundle/Support/hg_show_help.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_show_help.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_show_help.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_show_help.rb?r1=10102&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/remove_file.rb">/trunk/Bundles/Subversion.tmbundle/Support/remove_file.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/remove_file.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/remove_file.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/remove_file.rb?r1=5989&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/test.rb">/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/test.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/test.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/test.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/test.rb?r1=3770&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/revert_file.rb">/trunk/Bundles/Mercurial.tmbundle/Support/revert_file.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/revert_file.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/revert_file.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/revert_file.rb?r1=5748&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/run_xcode_target.rb">/trunk/Bundles/Xcode.tmbundle/Support/bin/run_xcode_target.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/run_xcode_target.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/run_xcode_target.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/run_xcode_target.rb?r1=8665&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_pull.rb">/trunk/Bundles/Mercurial.tmbundle/Support/hg_pull.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_pull.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_pull.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_pull.rb?r1=3219&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/show_schema.rb">/trunk/Bundles/Ruby on Rails.tmbundle/Support/bin/show_schema.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/show_schema.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/show_schema.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/show_schema.rb?r1=9069&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/revert_file.rb">/trunk/Bundles/Subversion.tmbundle/Support/revert_file.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/revert_file.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/revert_file.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/revert_file.rb?r1=7435&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_push.rb">/trunk/Bundles/Mercurial.tmbundle/Support/hg_push.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_push.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_push.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_push.rb?r1=5632&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/bin/convert_to_snippet.rb">/trunk/Bundles/Experimental.tmbundle/Support/bin/convert_to_snippet.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/bin/convert_to_snippet.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/bin/convert_to_snippet.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Experimental.tmbundle/Support/bin/convert_to_snippet.rb?r1=6544&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Blogging.tmbundle/Support/lib/blogging.rb">/trunk/Bundles/Blogging.tmbundle/Support/lib/blogging.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Blogging.tmbundle/Support/lib/blogging.rb?r=11072">11072</a></td>
<td>(+3 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Blogging.tmbundle/Support/lib/blogging.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Blogging.tmbundle/Support/lib/blogging.rb?r1=9807&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_diff.rb">/trunk/Bundles/Mercurial.tmbundle/Support/hg_diff.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_diff.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_diff.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/hg_diff.rb?r1=7268&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/rake_helper.rb">/trunk/Bundles/Ruby on Rails.tmbundle/Support/bin/rake_helper.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/rake_helper.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/rake_helper.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/rake_helper.rb?r1=9078&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/ActionScript.tmbundle/Support/Tools/asd.rb">/trunk/Bundles/ActionScript.tmbundle/Support/Tools/asd.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/ActionScript.tmbundle/Support/Tools/asd.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/ActionScript.tmbundle/Support/Tools/asd.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/ActionScript.tmbundle/Support/Tools/asd.rb?r1=7300&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/S5.tmbundle/Support/lib/s5.rb">/trunk/Bundles/S5.tmbundle/Support/lib/s5.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/S5.tmbundle/Support/lib/s5.rb?r=11072">11072</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/S5.tmbundle/Support/lib/s5.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/S5.tmbundle/Support/lib/s5.rb?r1=9795&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_commit.rb">/trunk/Bundles/Subversion.tmbundle/Support/svn_commit.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_commit.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_commit.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_commit.rb?r1=10320&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb">/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/GetBundle.tmbundle/Support/show_bundles.rb?r1=7481&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/toggle_block.rb">/trunk/Bundles/Ruby.tmbundle/Support/bin/toggle_block.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/toggle_block.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/toggle_block.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/bin/toggle_block.rb?r1=4036&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_revision_chooser.rb">/trunk/Bundles/Subversion.tmbundle/Support/svn_revision_chooser.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_revision_chooser.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_revision_chooser.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_revision_chooser.rb?r1=7098&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/format_build_output.rb">/trunk/Bundles/Xcode.tmbundle/Support/bin/format_build_output.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/format_build_output.rb?r=11072">11072</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/format_build_output.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Xcode.tmbundle/Support/bin/format_build_output.rb?r1=8321&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/remove_file.rb">/trunk/Bundles/Mercurial.tmbundle/Support/remove_file.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/remove_file.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/remove_file.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Mercurial.tmbundle/Support/remove_file.rb?r1=5748&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_diff.rb">/trunk/Bundles/Subversion.tmbundle/Support/svn_diff.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_diff.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_diff.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Subversion.tmbundle/Support/svn_diff.rb?r1=6958&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/create_partial_from_selection.rb">/trunk/Bundles/Ruby on Rails.tmbundle/Support/bin/create_partial_from_selection.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/create_partial_from_selection.rb?r=11072">11072</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/create_partial_from_selection.rb?r=11072">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/bin/create_partial_from_selection.rb?r1=9078&r2=11072">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Correcting a not-well-tested syntax change that was accidentally added in commit...</title>
<pubDate>Sun, 04 Jan 2009 12:15:06 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11071&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11071&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11071"><strong>11071</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Sun, 04 January 2009, 12:15:06 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Correcting a not-well-tested syntax change that was accidentally added in commit 10959. &nbsp;(Sorry Infininight This adds support for 1.9 style Hash definitions, but this correction relaxes the match of &amp;: which is more often going to be a Symbol#to_proc shortcut, I suspect.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist">/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist?r=11071">11071</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist?r=11071">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist?r1=11066&r2=11071">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Removing an unused require, verified by Alex Ross.</title>
<pubDate>Sun, 04 Jan 2009 12:01:41 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11070&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11070&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11070"><strong>11070</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Sun, 04 January 2009, 12:01:41 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Removing an unused require, verified by Alex Ross.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb">/trunk/Support/lib/tm/executor.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r=11070">11070</a></td>
<td>(+1 -4)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r=11070">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r1=11069&r2=11070">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Adding Ruby 1.9 encoding comments for Support files that need it.  Patch from Da...</title>
<pubDate>Sat, 03 Jan 2009 13:54:33 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11069&amp;csize=9</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11069&amp;csize=9</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11069"><strong>11069</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Sat, 03 January 2009, 13:54:33 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Adding Ruby 1.9 encoding comments for Support files that need it. &nbsp;Patch from Dave Thomas.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/codecompletion.rb">/trunk/Support/lib/codecompletion.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/codecompletion.rb?r=11069">11069</a></td>
<td>(+2 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/codecompletion.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/codecompletion.rb?r1=10399&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ui.rb">/trunk/Support/lib/ui.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ui.rb?r=11069">11069</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ui.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/ui.rb?r1=10905&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/io.rb">/trunk/Support/lib/io.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/io.rb?r=11069">11069</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/io.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/io.rb?r1=10743&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/scriptmate.rb">/trunk/Support/lib/scriptmate.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/scriptmate.rb?r=11069">11069</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/scriptmate.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/scriptmate.rb?r1=9925&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/detach.rb">/trunk/Support/lib/tm/detach.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/detach.rb?r=11069">11069</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/detach.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/detach.rb?r1=10716&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/require_cmd.rb">/trunk/Support/lib/tm/require_cmd.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/require_cmd.rb?r=11069">11069</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/require_cmd.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/require_cmd.rb?r1=10726&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/markdown_to_help.rb">/trunk/Support/lib/markdown_to_help.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/markdown_to_help.rb?r=11069">11069</a></td>
<td>(+1 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/markdown_to_help.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/markdown_to_help.rb?r1=10681&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/textmate.rb">/trunk/Support/lib/textmate.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/textmate.rb?r=11069">11069</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/textmate.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/textmate.rb?r1=10553&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb">/trunk/Support/lib/tm/executor.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r=11069">11069</a></td>
<td>(+2 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r=11069">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r1=11067&r2=11069">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: Bringing Run and Run Focused Unit Test in sync with how they setup executor (use...</title>
<pubDate>Sat, 03 Jan 2009 10:58:24 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11068&amp;csize=2</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11068&amp;csize=2</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11068"><strong>11068</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Sat, 03 January 2009, 10:58:24 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Bringing Run and Run Focused Unit Test in sync with how they setup executor (use TM_RUBY and add -KU).</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run%20focused%20unit%20test.plist">/trunk/Bundles/Ruby.tmbundle/Commands/Run focused unit test.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run%20focused%20unit%20test.plist?r=11068">11068</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run%20focused%20unit%20test.plist?r=11068">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run%20focused%20unit%20test.plist?r1=10324&r2=11068">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand">/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand?r=11068">11068</a></td>
<td>(+2 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand?r=11068">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand?r1=11067&r2=11068">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk JEG2: This is a first attempt at getting the Ruby Run command working on 1.9 (while ke...</title>
<pubDate>Sat, 03 Jan 2009 10:53:12 -0600</pubDate>
<author>JEG2</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11067&amp;csize=4</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11067&amp;csize=4</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11067"><strong>11067</strong></a></td>
<td width="30%" align="center"><strong>JEG2</strong></td>
<td align="right">Sat, 03 January 2009, 10:53:12 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>This is a first attempt at getting the Ruby Run command working on 1.9 (while keeping 1.8 support). &nbsp;I doubt I have located all of the edge cases yet, but it seems to be running simple scripts for me now, with and without errors in them.<br /><br />I&#039;m not sure if this is the best way to handle encoding, since I&#039;m forcing a -KU on the executed code in both 1.8 and 1.9 now. &nbsp;This should just change the default source encoding for 1.9 and hopefully not break code since that&#039;s user overridable. &nbsp;It&#039;s probably more hostile in Ruby 1.8, but our executor library was already doing this in a different way. &nbsp;If you don&#039;t like this policy, email me suggestions.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb">/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb?r=11067">11067</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb?r=11067">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb?r1=10581&r2=11067">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/escape.rb">/trunk/Support/lib/escape.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/escape.rb?r=11067">11067</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/escape.rb?r=11067">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/escape.rb?r1=9955&r2=11067">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand">/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand?r=11067">11067</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand?r=11067">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Commands/Run.tmCommand?r1=10718&r2=11067">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb">/trunk/Support/lib/tm/executor.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r=11067">11067</a></td>
<td>(+4 -2)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r=11067">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Support/lib/tm/executor.rb?r1=10992&r2=11067">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk duff: Match the &#8216;/=&#8217; operator before regexps &#8212; ticket A589DA17.</title>
<pubDate>Fri, 02 Jan 2009 10:13:08 -0600</pubDate>
<author>duff</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11066&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11066&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11066"><strong>11066</strong></a></td>
<td width="30%" align="center"><strong>duff</strong></td>
<td align="right">Fri, 02 January 2009, 10:13:08 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Match the &#8216;/=&#8217; operator before regexps &#8212; ticket A589DA17.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist">/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist?r=11066">11066</a></td>
<td>(+6 -6)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist?r=11066">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist?r1=10959&r2=11066">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk msheets: Add Wikidot bundle sent in by Timothy Bates.</title>
<pubDate>Wed, 31 Dec 2008 05:08:23 -0600</pubDate>
<author>msheets</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11065&amp;csize=30</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11065&amp;csize=30</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11065"><strong>11065</strong></a></td>
<td width="30%" align="center"><strong>msheets</strong></td>
<td align="right">Wed, 31 December 2008, 05:08:23 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Add Wikidot bundle sent in by Timothy Bates.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h4.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h4.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h4.tmCommand?r=11065">11065</a></td>
<td>(+55 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h4.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Table.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Table.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Table.tmSnippet?r=11065">11065</a></td>
<td>(+20 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Table.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h5.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h5.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h5.tmCommand?r=11065">11065</a></td>
<td>(+55 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h5.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Bold.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Bold.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Bold.tmCommand?r=11065">11065</a></td>
<td>(+60 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Bold.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered%20List%20Item.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered List Item.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered%20List%20Item.tmSnippet?r=11065">11065</a></td>
<td>(+20 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered%20List%20Item.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/info.plist">/trunk/Review/Bundles/Wikidot.tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/info.plist?r=11065">11065</a></td>
<td>(+43 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/info.plist?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes/Wikidot.tmLanguage">/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes/Wikidot.tmLanguage</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes/Wikidot.tmLanguage?r=11065">11065</a></td>
<td>(+634 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes/Wikidot.tmLanguage?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle">/trunk/Review/Bundles/Wikidot.tmbundle</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle?r=11065">11065</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Code.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Code.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Code.tmSnippet?r=11065">11065</a></td>
<td>(+19 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Code.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets?r=11065">11065</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h1.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h1.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h1.tmCommand?r=11065">11065</a></td>
<td>(+55 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h1.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/shellVariables.tmPreferences">/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/shellVariables.tmPreferences</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/shellVariables.tmPreferences?r=11065">11065</a></td>
<td>(+54 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/shellVariables.tmPreferences?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered%20List.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered List.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered%20List.tmSnippet?r=11065">11065</a></td>
<td>(+16 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered%20List.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h2.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h2.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h2.tmCommand?r=11065">11065</a></td>
<td>(+55 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h2.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands">/trunk/Review/Bundles/Wikidot.tmbundle/Commands</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands?r=11065">11065</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link%20%28external%2C%20with%20title%20look%20up%29.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link (external, with title look up).tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link%20%28external%2C%20with%20title%20look%20up%29.tmSnippet?r=11065">11065</a></td>
<td>(+37 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link%20%28external%2C%20with%20title%20look%20up%29.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Footnote.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Footnote.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Footnote.tmSnippet?r=11065">11065</a></td>
<td>(+16 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Footnote.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Syntax%20Cheat%20Sheet%20Wikidot.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Syntax Cheat Sheet Wikidot.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Syntax%20Cheat%20Sheet%20Wikidot.tmCommand?r=11065">11065</a></td>
<td>(+175 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Syntax%20Cheat%20Sheet%20Wikidot.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences">/trunk/Review/Bundles/Wikidot.tmbundle/Preferences</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences?r=11065">11065</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h3.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h3.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h3.tmCommand?r=11065">11065</a></td>
<td>(+55 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/h3.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/Show%20Heading%20in%20list.tmPreferences">/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/Show Heading in list.tmPreferences</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/Show%20Heading%20in%20list.tmPreferences?r=11065">11065</a></td>
<td>(+25 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Preferences/Show%20Heading%20in%20list.tmPreferences?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link%20%28internal%29.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link (internal).tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link%20%28internal%29.tmSnippet?r=11065">11065</a></td>
<td>(+18 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Link%20%28internal%29.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered%20Item.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered Item.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered%20Item.tmSnippet?r=11065">11065</a></td>
<td>(+20 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Unordered%20Item.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Italic.tmCommand">/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Italic.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Italic.tmCommand?r=11065">11065</a></td>
<td>(+60 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Commands/Italic.tmCommand?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered%20List.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered List.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered%20List.tmSnippet?r=11065">11065</a></td>
<td>(+16 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Ordered%20List.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes">/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes?r=11065">11065</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Syntaxes?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Bread-crumb%20trail.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Bread-crumb trail.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Bread-crumb%20trail.tmSnippet?r=11065">11065</a></td>
<td>(+19 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Bread-crumb%20trail.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Anchor.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Anchor.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Anchor.tmSnippet?r=11065">11065</a></td>
<td>(+18 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Anchor.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Image.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Image.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Image.tmSnippet?r=11065">11065</a></td>
<td>(+18 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/Image.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/ToC.tmSnippet">/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/ToC.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/ToC.tmSnippet?r=11065">11065</a></td>
<td>(+16 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Wikidot.tmbundle/Snippets/ToC.tmSnippet?r=11065">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk kuja: * Moved &#039;var $actsAs&#039; snippet into Models menu....</title>
<pubDate>Tue, 30 Dec 2008 03:32:34 -0600</pubDate>
<author>kuja</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11064&amp;csize=3</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11064&amp;csize=3</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11064"><strong>11064</strong></a></td>
<td width="30%" align="center"><strong>kuja</strong></td>
<td align="right">Tue, 30 December 2008, 03:32:34 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>* Moved &#039;var $actsAs&#039; snippet into Models menu.<br />* Added pr(...) and debug(...) snippets (&#039;pr&#039; and &#039;dbg&#039; respectively).<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/info.plist">/trunk/Review/Bundles/PHP Cake.tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/info.plist?r=11064">11064</a></td>
<td>(+5 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/info.plist?r=11064">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/info.plist?r1=9970&r2=11064">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/Snippets/debug%28%E2%80%A6%29.tmSnippet">/trunk/Review/Bundles/PHP Cake.tmbundle/Snippets/debug(…).tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/Snippets/debug%28%E2%80%A6%29.tmSnippet?r=11064">11064</a></td>
<td>(+14 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/Snippets/debug%28%E2%80%A6%29.tmSnippet?r=11064">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/Snippets/pr%28%E2%80%A6%29.tmSnippet">/trunk/Review/Bundles/PHP Cake.tmbundle/Snippets/pr(…).tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/Snippets/pr%28%E2%80%A6%29.tmSnippet?r=11064">11064</a></td>
<td>(+16 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/PHP%20Cake.tmbundle/Snippets/pr%28%E2%80%A6%29.tmSnippet?r=11064">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk msheets: Add maintainer and description.</title>
<pubDate>Mon, 29 Dec 2008 02:08:30 -0600</pubDate>
<author>msheets</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11063&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11063&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11063"><strong>11063</strong></a></td>
<td width="30%" align="center"><strong>msheets</strong></td>
<td align="right">Mon, 29 December 2008, 02:08:30 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Add maintainer and description.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/info.plist">/trunk/Review/Bundles/Mx.tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/info.plist?r=11063">11063</a></td>
<td>(+6 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/info.plist?r=11063">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/info.plist?r1=11062&r2=11063">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk msheets: Add Mx bundle, sent in by Timothy Bates.</title>
<pubDate>Mon, 29 Dec 2008 02:04:27 -0600</pubDate>
<author>msheets</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11062&amp;csize=18</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11062&amp;csize=18</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11062"><strong>11062</strong></a></td>
<td width="30%" align="center"><strong>msheets</strong></td>
<td align="right">Mon, 29 December 2008, 02:04:27 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Add Mx bundle, sent in by Timothy Bates.<br /></tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Calculation%20Group.tmSnippet">/trunk/Review/Bundles/Mx.tmbundle/Snippets/Calculation Group.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Calculation%20Group.tmSnippet?r=11062">11062</a></td>
<td>(+43 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Calculation%20Group.tmSnippet?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle">/trunk/Review/Bundles/Mx.tmbundle</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle?r=11062">11062</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Run%20Mx%20%28bckgnd%29.tmCommand">/trunk/Review/Bundles/Mx.tmbundle/Commands/Run Mx (bckgnd).tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Run%20Mx%20%28bckgnd%29.tmCommand?r=11062">11062</a></td>
<td>(+27 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Run%20Mx%20%28bckgnd%29.tmCommand?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Syntaxes/Mx.tmLanguage">/trunk/Review/Bundles/Mx.tmbundle/Syntaxes/Mx.tmLanguage</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Syntaxes/Mx.tmLanguage?r=11062">11062</a></td>
<td>(+186 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Syntaxes/Mx.tmLanguage?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Preferences/Comments.tmPreferences">/trunk/Review/Bundles/Mx.tmbundle/Preferences/Comments.tmPreferences</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Preferences/Comments.tmPreferences?r=11062">11062</a></td>
<td>(+40 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Preferences/Comments.tmPreferences?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Constraint%20Group.tmSnippet">/trunk/Review/Bundles/Mx.tmbundle/Snippets/Constraint Group.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Constraint%20Group.tmSnippet?r=11062">11062</a></td>
<td>(+32 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Constraint%20Group.tmSnippet?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Preferences">/trunk/Review/Bundles/Mx.tmbundle/Preferences</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Preferences?r=11062">11062</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Preferences?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets">/trunk/Review/Bundles/Mx.tmbundle/Snippets</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets?r=11062">11062</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat%20Matrix%20with%20rounding%E2%80%A6.tmCommand">/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat Matrix with rounding….tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat%20Matrix%20with%20rounding%E2%80%A6.tmCommand?r=11062">11062</a></td>
<td>(+149 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat%20Matrix%20with%20rounding%E2%80%A6.tmCommand?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Syntax%20Cheat%20Sheet.tmCommand">/trunk/Review/Bundles/Mx.tmbundle/Commands/Syntax Cheat Sheet.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Syntax%20Cheat%20Sheet.tmCommand?r=11062">11062</a></td>
<td>(+391 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Syntax%20Cheat%20Sheet.tmCommand?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Data%20Group.tmSnippet">/trunk/Review/Bundles/Mx.tmbundle/Snippets/Data Group.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Data%20Group.tmSnippet?r=11062">11062</a></td>
<td>(+59 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Data%20Group.tmSnippet?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Syntaxes">/trunk/Review/Bundles/Mx.tmbundle/Syntaxes</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Syntaxes?r=11062">11062</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Syntaxes?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Begin%20Matrices%3B%E2%80%A6End%20Matrices%3B.tmSnippet">/trunk/Review/Bundles/Mx.tmbundle/Snippets/Begin Matrices;…End Matrices;.tmSnippet</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Begin%20Matrices%3B%E2%80%A6End%20Matrices%3B.tmSnippet?r=11062">11062</a></td>
<td>(+22 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Snippets/Begin%20Matrices%3B%E2%80%A6End%20Matrices%3B.tmSnippet?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Run%20Mx%20%28output%20as%20html%29.tmCommand">/trunk/Review/Bundles/Mx.tmbundle/Commands/Run Mx (output as html).tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Run%20Mx%20%28output%20as%20html%29.tmCommand?r=11062">11062</a></td>
<td>(+29 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Run%20Mx%20%28output%20as%20html%29.tmCommand?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat%20Matrix%20in%20Document%20%3A%20Selection.tmCommand">/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat Matrix in Document : Selection.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat%20Matrix%20in%20Document%20%3A%20Selection.tmCommand?r=11062">11062</a></td>
<td>(+139 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Reformat%20Matrix%20in%20Document%20%3A%20Selection.tmCommand?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands">/trunk/Review/Bundles/Mx.tmbundle/Commands</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands?r=11062">11062</a></td>
<td>(+0 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Show%20Matrix%20as%20Html.tmCommand">/trunk/Review/Bundles/Mx.tmbundle/Commands/Show Matrix as Html.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Show%20Matrix%20as%20Html.tmCommand?r=11062">11062</a></td>
<td>(+109 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/Commands/Show%20Matrix%20as%20Html.tmCommand?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/info.plist">/trunk/Review/Bundles/Mx.tmbundle/info.plist</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/info.plist?r=11062">11062</a></td>
<td>(+25 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Mx.tmbundle/info.plist?r=11062">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk simon: Fixing problem where the incorrect text was inserted when the user cancelled the...</title>
<pubDate>Mon, 22 Dec 2008 10:45:52 -0600</pubDate>
<author>simon</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11061&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11061&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11061"><strong>11061</strong></a></td>
<td width="30%" align="center"><strong>simon</strong></td>
<td align="right">Mon, 22 December 2008, 10:45:52 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Fixing problem where the incorrect text was inserted when the user cancelled the operation.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/snippet_controller.rb">/trunk/Review/Bundles/ActionScript 3.tmbundle/Support/lib/as3/templates/snippet_controller.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/snippet_controller.rb?r=11061">11061</a></td>
<td>(+6 -6)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/snippet_controller.rb?r=11061">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/snippet_controller.rb?r1=11045&r2=11061">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; if bundle names are identical in the list sort them additionally by Official &gt;...</title>
<pubDate>Mon, 22 Dec 2008 08:50:45 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11060&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11060&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11060"><strong>11060</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Mon, 22 December 2008, 08:50:45 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; if bundle names are identical in the list sort them additionally by Official &gt; Review &gt; Third Party</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb">/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11060">11060</a></td>
<td>(+1 -6)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11060">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r1=11059&r2=11060">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; check sources of installed bundles while refreshing the local list (&#8984;R) as wel...</title>
<pubDate>Mon, 22 Dec 2008 08:41:50 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11059&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11059&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11059"><strong>11059</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Mon, 22 December 2008, 08:41:50 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; check sources of installed bundles while refreshing the local list (&#8984;R) as well</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb">/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11059">11059</a></td>
<td>(+107 -105)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11059">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r1=11058&r2=11059">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk bibiko: &#8226; sped up initialization...</title>
<pubDate>Mon, 22 Dec 2008 03:52:19 -0600</pubDate>
<author>bibiko</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11058&amp;csize=3</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11058&amp;csize=3</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11058"><strong>11058</strong></a></td>
<td width="30%" align="center"><strong>bibiko</strong></td>
<td align="right">Mon, 22 December 2008, 03:52:19 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>&#8226; sped up initialization<br />&#8226; out-sourced parts of the getBundles code<br />&#8226; deleted unused global vars</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/installBundles.rb">/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/installBundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/installBundles.rb?r=11058">11058</a></td>
<td>(+289 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/installBundles.rb?r=11058">view</a></td><td><em>new</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/globalVariables.rb">/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/globalVariables.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/globalVariables.rb?r=11058">11058</a></td>
<td>(+7 -10)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/globalVariables.rb?r=11058">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/lib/globalVariables.rb?r1=11036&r2=11058">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb">/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11058">11058</a></td>
<td>(+118 -420)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r=11058">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/GetBundles.tmbundle/Support/getBundles.rb?r1=11036&r2=11058">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk simon: Adding method to open flex compiler config file to SDK package and updating asso...</title>
<pubDate>Sun, 21 Dec 2008 17:39:43 -0600</pubDate>
<author>simon</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11057&amp;csize=2</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11057&amp;csize=2</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11057"><strong>11057</strong></a></td>
<td width="30%" align="center"><strong>simon</strong></td>
<td align="right">Sun, 21 December 2008, 17:39:43 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Adding method to open flex compiler config file to SDK package and updating associated open config command to use it.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/fm/sdk.rb">/trunk/Review/Bundles/ActionScript 3.tmbundle/Support/lib/fm/sdk.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/fm/sdk.rb?r=11057">11057</a></td>
<td>(+22 -2)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/fm/sdk.rb?r=11057">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/fm/sdk.rb?r1=11047&r2=11057">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Commands/Open%20flex-config_xml.tmCommand">/trunk/Review/Bundles/ActionScript 3.tmbundle/Commands/Open flex-config_xml.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Commands/Open%20flex-config_xml.tmCommand?r=11057">11057</a></td>
<td>(+3 -3)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Commands/Open%20flex-config_xml.tmCommand?r=11057">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Commands/Open%20flex-config_xml.tmCommand?r1=11043&r2=11057">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk simon: Moving swf parser to more logical container. ...</title>
<pubDate>Sun, 21 Dec 2008 16:38:47 -0600</pubDate>
<author>simon</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11056&amp;csize=3</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11056&amp;csize=3</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11056"><strong>11056</strong></a></td>
<td width="30%" align="center"><strong>simon</strong></td>
<td align="right">Sun, 21 December 2008, 16:38:47 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Moving swf parser to more logical container. <br />Extracting context specific code and putting it in the associated drag command.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/DragCommands/asdoc-swf-description.tmDragCommand">/trunk/Review/Bundles/ActionScript 3.tmbundle/DragCommands/asdoc-swf-description.tmDragCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/DragCommands/asdoc-swf-description.tmDragCommand?r=11056">11056</a></td>
<td>(+20 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/DragCommands/asdoc-swf-description.tmDragCommand?r=11056">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/DragCommands/asdoc-swf-description.tmDragCommand?r1=9584&r2=11056">diffs</a></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/parsers/swf.rb">/trunk/Review/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/swf.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/parsers/swf.rb?r=11056">11056</a></td>
<td>(+122 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/parsers/swf.rb?r=11056">view</a></td><td><em>new/moved</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/swf_details.rb">/trunk/Review/Bundles/ActionScript 3.tmbundle/Support/lib/swf_details.rb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/swf_details.rb?r=11056">11056</a></td>
<td>(+0 -147)</td>
<td>&nbsp;</td><td><em>deleted</em></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk simon: Correcting error in previous commit - Updated path reference to flex_mate&#039;s new ...</title>
<pubDate>Sun, 21 Dec 2008 16:20:47 -0600</pubDate>
<author>simon</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11055&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11055&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11055"><strong>11055</strong></a></td>
<td width="30%" align="center"><strong>simon</strong></td>
<td align="right">Sun, 21 December 2008, 16:20:47 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Correcting error in previous commit - Updated path reference to flex_mate&#039;s new location.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand">/trunk/Review/Bundles/Flex.tmbundle/Commands/Open MX Source.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand?r=11055">11055</a></td>
<td>(+2 -2)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand?r=11055">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand?r1=11053&r2=11055">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk simon: Correcting filename so it follows the same convention used with interfaces.</title>
<pubDate>Sun, 21 Dec 2008 16:10:29 -0600</pubDate>
<author>simon</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11054&amp;csize=2</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11054&amp;csize=2</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11054"><strong>11054</strong></a></td>
<td width="30%" align="center"><strong>simon</strong></td>
<td align="right">Sun, 21 December 2008, 16:10:29 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Correcting filename so it follows the same convention used with interfaces.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/model/override_method.erb">/trunk/Review/Bundles/ActionScript 3.tmbundle/Support/lib/as3/templates/model/override_method.erb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/model/override_method.erb?r=11054">11054</a></td>
<td>(+0 -6)</td>
<td>&nbsp;</td><td><em>deleted</em></td><td>&nbsp;</td></tr>
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/model/o_method.erb">/trunk/Review/Bundles/ActionScript 3.tmbundle/Support/lib/as3/templates/model/o_method.erb</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/model/o_method.erb?r=11054">11054</a></td>
<td>(+6 -0)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/ActionScript%203.tmbundle/Support/lib/as3/templates/model/o_method.erb?r=11054">view</a></td><td><em>new/moved</em></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk simon: Updated path reference to flex_mate&#039;s new location.</title>
<pubDate>Sun, 21 Dec 2008 16:03:53 -0600</pubDate>
<author>simon</author>
<link>http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11053&amp;csize=1</link>
<guid isPermaLink="false">http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11053&amp;csize=1</guid>
<description>
<![CDATA[<table width="100%">
<tr>
<td><a href="http://fisheye2.atlassian.com/changelog/textmate-bundles?cs=11053"><strong>11053</strong></a></td>
<td width="30%" align="center"><strong>simon</strong></td>
<td align="right">Sun, 21 December 2008, 16:03:53 -0600</td>
</tr>
<tr><td colspan="3">
<hr />

  <tt>Updated path reference to flex_mate&#039;s new location.</tt>

<hr />
</td></tr>
</table>
<table cellspacing="2">
<tr>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand">/trunk/Review/Bundles/Flex.tmbundle/Commands/Open MX Source.tmCommand</a></td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand?r=11053">11053</a></td>
<td>(+1 -1)</td>
<td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand?r=11053">view</a></td><td><a href="http://fisheye2.atlassian.com/browse/textmate-bundles/trunk/Review/Bundles/Flex.tmbundle/Commands/Open%20MX%20Source.tmCommand?r1=10413&r2=11053">diffs</a></td><td>&nbsp;</td></tr>
</table>
]]>
</description>
</item>

<item>
<title>trunk simon: Updating flex_env to point to classes and modules in their new locations....</title>
<pubDate>Sun, 21 Dec 2008 15:53:57 -0600</pubDate>
<author>simon</author>
<link>http://fisheye2.atlassian.c