mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-22 02:51:05 +00:00
directories and show all warnings except for import. * NSApplication+additions.h: Added missing declaration. * NSApplication+additions.m: Added import of needed headers. Removed and commented unused variables to supress compiler warnings. Corrected variable types and added necessary casts. * NSObject+NibLoading.m: Added missing import. * NSTextView+ScriptExecution.m: Removed unused variables. * STAppScriptingSupport.m: Added missing import. * STApplicationScriptingController.m: Ditto. * STEnvironment+additions.m: Ditto. * STScriptsPanel.h: Added missing declarations. * STScriptsPanel.m: Added missing imports. Removed unused variables. * STScriptingSupport.m: Added interface declaraions to supress compiler warnings. * STTranscript.h: Added missing declarations. * STTranscript.m: Added missing imports. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16357 72102866-910b-0410-8b05-ffd578937521
68 lines
2.2 KiB
Text
68 lines
2.2 KiB
Text
2003 Apr 04 David Ayers <d.ayers@inode.at>
|
|
|
|
* GNUmakefile: Added flags to be able to compile from the building
|
|
directories and show all warnings except for import.
|
|
* NSApplication+additions.h: Added missing declaration.
|
|
* NSApplication+additions.m: Added import of needed headers. Removed
|
|
and commented unused variables to supress compiler warnings.
|
|
Corrected variable types and added necessary casts.
|
|
* NSObject+NibLoading.m: Added missing import.
|
|
* NSTextView+ScriptExecution.m: Removed unused variables.
|
|
* STAppScriptingSupport.m: Added missing import.
|
|
* STApplicationScriptingController.m: Ditto.
|
|
* STEnvironment+additions.m: Ditto.
|
|
* STScriptsPanel.h: Added missing declarations.
|
|
* STScriptsPanel.m: Added missing imports. Removed unused variables.
|
|
* STScriptingSupport.m: Added interface declaraions to supress
|
|
compiler warnings.
|
|
* STTranscript.h: Added missing declarations.
|
|
* STTranscript.m: Added missing imports.
|
|
|
|
|
|
2003 Mar 27
|
|
|
|
* ScriptsPanel.gorm: disallow multiple selection in scripts list. It was
|
|
not possible to get index of selected cell, because of -gui b0rk.
|
|
|
|
2003 Mar 24
|
|
|
|
* GNUmakefile*: Removed unnecessary stuff
|
|
* Documentation: Moved relevant docs into StepTalk documentation. Removed
|
|
the directory.
|
|
|
|
2003 Mar 23
|
|
|
|
* Added ScriptingMenu.gorm
|
|
* NSApplication: new methods: scriptingMenu and setScriptingMenu:
|
|
* Added 'Do selection' and 'Do and show selection' methods for NSTextView
|
|
|
|
2003 Mar 23
|
|
|
|
* Rewritten and changed from library to bundle.
|
|
|
|
2002 Jun 18
|
|
|
|
* STScriptsManager: removed methods that are implemented in StepTalk
|
|
* STScript: moved to StepTalk
|
|
|
|
2002 May 24
|
|
|
|
* STScriptsManager: reflex renamed method in StepTalk
|
|
|
|
2002 Apr 13
|
|
|
|
* Created ScriptingSupport bundle
|
|
* Created Support/ScriptingSupport.m for loading application scripting
|
|
support
|
|
* Updated Ink.app example to use loading of scripting support
|
|
|
|
2002 Apr 12
|
|
|
|
* STScriptsManager: Look for scripts also in all loaded bundles
|
|
* NSApplication+additions: Update scripting information from all bundles.
|
|
Read scripting info when new bundle is loaded.
|
|
|
|
2002 Apr 12
|
|
|
|
* ChangeLog started
|
|
|