2013-03-23 Wolfgang Lux * AppController.m (-init): * ScriptPaper.m (-init): Check the result of the super class initializer and assign it to self. * ScriptPaper.m (-dealloc): Release environment attribute to fix space leak. * ScriptPaper.h (-doSelection:, -doAndShowSelection:): Move method declarations from here ... * ScriptPaperController.h (-doSelection:, -doAndShowSelection:): ... to here. * ScriptPaper.m (-init, -executeScriptString:): Update to use current framework classes and methods. * ScriptPaperController.m (-doAndShowSelection:): Remove unused variable. 2003 May 11 Stefan Urbanek * Added -Wno-import * Added TODO 2003 May 4 Stefan Urbanek * Added application icon 2003 May 4 Stefan Urbanek * ChangeLog started