<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,9 @@
 rtags.rb - 
 
+Release Version: 0.96 (April 2006) by Pjotr Prins
+	Improved filtering on repository files (skip _darcs, CVS, .SVN)
+	Test for hash bang Ruby - if no .rb extension
+
 Release Version: 0.95 (December 2006) by Pjotr Prins
 	Added -R/--recurse switch by Chetan Patil
 	Added regression tests for recursion</diff>
      <filename>RELEASENOTES</filename>
    </modified>
    <modified>
      <diff>@@ -9,29 +9,29 @@ Later:
 - Find modules with double colon notation like &quot;BIO::MODULE::IO&quot;
 - Cache class names so classes can be found that lack an initialize
 	method
-- Provide - command line switch, allowing for 
+- Provide - command line switch, allowing for
 	  find . -name '*.rb' -print | rtags -
 
 MUSINGS
 
-I am thinking of making vim the default target. I have the impression           
-it is the favoured editor these days.                                           
-                                                                                
+I am thinking of making vim the default target. I have the impression
+it is the favoured editor these days.
+
 Apart from adding the - switch at some point in the future it would
 be neat to have smarter tags. For one, if a class has not initialize
 method we would like to jump to the class definition on
 Classname.new. If we were to store the tags we find in memory
 (instead of just writing them out, as is the current behaviour) it
-would be trivial to implement.  
+would be trivial to implement.
 
 Also some tokens (alias) and multilines are not handled correctly.
-Try:                                                                            
-                                                                                
-cd ./test                                                                       
-ruby ../bin/rtags -R                                                            
-                                                                                
-and you get                                                                     
-                                                                                
-Warn: parse error in &lt;./data/report.rb&gt; in line 170, pos 4                      
-                                                                                
+
+Try:
+
+cd ./test                                                                      ruby ../bin/rtags -R
+
+and you get
+
+Warn: parse error in &lt;./data/report.rb&gt; in line 170, pos 4
+
 which is an unrecognised alias.</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-0.95
+0.96</diff>
      <filename>bin/VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 #   INSTALL: see file README
 #   RELEASE NOTES: see file RELEASENOTES
 
-RTAGS_VERSION='0.95 (December 2006)'
+RTAGS_VERSION='0.96 (April 2007)'
 
 require 'optparse'
 require 'ostruct'
@@ -705,4 +705,5 @@ else
   tags = RTAGS::EMACS_TAGS.new(ARGV)
 end
 tags.shipout
-$stderr.print &quot;\nEnd - tagfile generated&quot; if !$options.quiet
+print &quot;\n&quot;
+$stderr.print &quot;\nEnd - tagfile generated\n&quot; if !$options.quiet</diff>
      <filename>bin/rtags</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1364ddecd52ff1166196e73796ddeaa80201c643</id>
    </parent>
  </parents>
  <author>
    <name>pjotr</name>
    <email>pjotr@63c4e4d7-b515-0410-a698-96a6ba135bec</email>
  </author>
  <url>http://github.com/gaizka/rtags/commit/66eef5e6f9f2c6ce3da13d8c7d2602733a4efe6e</url>
  <id>66eef5e6f9f2c6ce3da13d8c7d2602733a4efe6e</id>
  <committed-date>2007-04-07T03:44:01-07:00</committed-date>
  <authored-date>2007-04-07T03:44:01-07:00</authored-date>
  <message>Ready for a new release



git-svn-id: http://rtags.rubyforge.org/svn@30 63c4e4d7-b515-0410-a698-96a6ba135bec</message>
  <tree>24f3fd48b6197bce5cb79c09a59aed7df3040cf4</tree>
  <committer>
    <name>pjotr</name>
    <email>pjotr@63c4e4d7-b515-0410-a698-96a6ba135bec</email>
  </committer>
</commit>
