2013-03-23 19:00:43 +00:00
|
|
|
2013-03-23 Wolfgang Lux <wolfgang.lux@gmail.com>
|
|
|
|
|
|
|
|
* 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-05-11 07:11:18 +00:00
|
|
|
2003 May 11 Stefan Urbanek <urbanek@host.sk>
|
|
|
|
|
|
|
|
* Added -Wno-import
|
2003-05-11 07:22:59 +00:00
|
|
|
* Added TODO
|
2013-03-23 19:00:43 +00:00
|
|
|
|
2003-05-04 12:27:38 +00:00
|
|
|
2003 May 4 Stefan Urbanek <urbanek@host.sk>
|
|
|
|
|
|
|
|
* Added application icon
|
|
|
|
|
|
|
|
2003 May 4 Stefan Urbanek <urbanek@host.sk>
|
|
|
|
|
|
|
|
* ChangeLog started
|
2013-03-23 19:00:43 +00:00
|
|
|
|