2003-07-02 -Now uses the konsole_part, no libkoctave is needed any more, this is great as I dont need to follow konsole development as tightly anymore (time consuming..) -No need to restart app when changes are made in settings (all not implemented yet though) -stability fixes. 2002-11-14 -Changed the look of the GUI abit. -found some code that can crash, no good solution yet, just avoided the code for now. => Not asking to save on exit! 2002-11-11 -Made a simple detection of Octave binary, it's usualy installed in /usr/bin/octave and if it's there it will try to use it, if it's not there, the old message will apear. 2002-11-10 -Fixed som stupid errors. -Added the actual ability to change $HOME/.octaverc, wich for some resone was missing.. 2002-11-04 -put the .commands.lst in $HOME and you get a list of commands in the editor. currently does not insert the command selected, perhaps next version...perhaps :) The file is not installed by default and can be located in fx_menu -fixed some crashes. -Options from the editor, recent files etc are now saved. -Commands in the commands list can now have , : ; in them i.e. following works now t=0:0.1:1; plot(t,x); 2002-11-03 -Added directory changer ComboBox, like the one in Matlab. 2002-10-30 -Added some examples for newbies -Now brings upp a infobox if octave's path is not set. -Added yesnobox on exit, you can bypass this with CTRL+D in the octave console 2002-10-29 -Fixed libkoctave installation, should now install without any problems. -Changed some behavior of the dir browser, goto home by default, cd to directory of clicked file this is useful if you have a dir with many files in and want one in the editor and run another from the prompt -Added loading logo ;) 2002-10-28 -Fixed error in install, not installing editorui.rc -Press F5 to run from the editor (just like Matlab). -Fixed ability to load file on startup, i.e. when clicking on a file in konqueror or starting koctava ~/myfile.m from the shell. -crash in commandlist fixed (clicking on a non command)