mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-14 23:51:14 +00:00
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
33 lines
892 B
Text
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
|
|
|