/[freeride]/freeride/ChangeLog
ViewVC logotype

Diff of /freeride/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by ljulliar, Mon Apr 28 21:26:05 2003 UTC revision 1.59 by ljulliar, Thu May 1 12:34:39 2003 UTC
# Line 1  Line 1 
1    2003-05-01 14:22  ljulliar
2    
3            * plugins/rubyide_tools_fox_source_browser/source_browser.rb,
4            plugins/rubyide_tools_fox_script_runner/script_runner.rb,
5            plugins/rubyide_tools_fox_file_browser/file_browser.rb,
6            plugins/rubyide_tools_fox_debugger/fox_debugger.rb,
7            plugins/rubyide_tools_debugger/debugger.rb,
8            plugins/rubyide_fox_gui/editpane.rb,
9            plugins/rubyide_fox_gui/toolbar.rb,
10            freebase/lib/freebase/readers.rb,
11            freebase/lib/freebase/properties.rb,
12            freebase/lib/freebase/core.rb,
13            freebase/lib/freebase/configuration.rb, freeride.rb : make FR code
14            independent from the place it is installed and run. There is now
15            an internal variable which says where FR is installed. This
16            codebase directory is either determined from the path to the
17            freeride.rb script or can also be forced through the command line
18            option --codebase or -b. The codebase directory is available in
19            the global variable $FR_CODEBASE or in the
20            /system/properties/config/codebase slot. One of the reason for
21            this change is that FR makes no assumption about the working
22            directory. The working directory remains the directry where the
23            user is when freeride is started. The script runner and debugger
24            have also been modified to use the script directory as the working
25            directory and the debugger no longer imposes its own -I options to
26            minimize interferences with the debugged process.
27            (See bug #3224)
28    
29  2003-04-28 23:23  ljulliar  2003-04-28 23:23  ljulliar
30    
31          * plugins/rubyide_tools_debugger/debuggee.rb : Object#type          * plugins/rubyide_tools_debugger/debuggee.rb : Object#type
32          deprecated in 1.8. use Object#class instead. Avoid warnings in the          deprecated in 1.8. use Object#class instead. Avoid warnings in the
33          debugger console          debugger console
34            (Repository):
35    
36  2003-04-26 18:37  ljulliar  2003-04-26 18:37  ljulliar
37                    

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26