|
From: Zach D. <zd...@us...> - 2005-07-22 04:38:40
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31837 Modified Files: Changelog.txt Log Message: Updated changelog for recent patch where Eclipse 3.1 now recognizes .rb files as Ruby source files. Also updated for the bug fix on bug959808 which was completed last week. Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Changelog.txt 16 Jul 2005 21:19:45 -0000 1.5 --- Changelog.txt 22 Jul 2005 03:56:04 -0000 1.6 *************** *** 33,34 **** --- 33,36 ---- * Test::Unit tests can be launched in debug mode * Syntax highlighting (and customization) of regular expressions and commands + * Committed patch by Khaled Agrama so Eclipse 3.1 would recognize .rb files with Ruby Editor + * Committed patch for bug 959808. Singleton methods are now recognized correctly in the outlinew view |