|
From: Zach D. <zd...@us...> - 2005-10-17 04:24:39
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1813 Modified Files: Changelog.txt Log Message: Updating changelog adding aliasing support for methods, and for the bug fix which resets the method visibility when opening or defining a class. Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Changelog.txt 9 Oct 2005 21:22:23 -0000 1.16 --- Changelog.txt 17 Oct 2005 04:24:29 -0000 1.17 *************** *** 8,11 **** --- 8,13 ---- * The catchpoint dialog allows to add a ruby exception breakpoint * There can be at most one exception breakpoint; the breakpoint can be enabled, disabled and removed in the breakpoint view + * Added outline support for aliasing methods using the format 'alias :new_method :old_method' + * Fixed bug where current visibility was never reset when opening a new class Changes merged from SRB 0.6.1: |