libs-steptalk/Applications/ScriptPapers/ChangeLog
Wolfgang Lux fa9b3747b1 Update to current StepTalk framework methods.
Check the result of the super class initializer and assign it to self.
Also fix a space leak.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@36405 72102866-910b-0410-8b05-ffd578937521
2013-03-23 19:00:43 +00:00

33 lines
892 B
Text

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 May 11 Stefan Urbanek <urbanek@host.sk>
* Added -Wno-import
* Added TODO
2003 May 4 Stefan Urbanek <urbanek@host.sk>
* Added application icon
2003 May 4 Stefan Urbanek <urbanek@host.sk>
* ChangeLog started