File: ChangeLog

package info (click to toggle)
steptalk 0.10.0%2Bgit20200629-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,732 kB
  • sloc: objc: 12,182; yacc: 400; makefile: 40; sh: 34; csh: 4; awk: 3; lisp: 3
file content (33 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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