* GSWeb.framework/GNUmakefile: Add GSWApplication+Defaults.m.

* GSWeb.framework/GSWApplication.m:
        (globalAppDefaultOptions, WOStrictFlag)
        (GSWeb_ApplicationDebugSetChange,
        * GSWApplicationSetDebugSetOption)
        (GSWeb_AdjustVolatileNSArgumentDomain)
        (GSWeb_InitializeGlobalAppDefaultOptions)
        (GSWeb_InitializeDebugOptions)
        (GSWeb_DestroyGlobalAppDefaultOptions)
        ((GSWApplicationDefaults), (UserDefaults)): Move from here to...
        * GSWeb.framework/GSWApplication+Defaults.m: ... here.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2004-08-28 12:00:03 +00:00
parent 24679f8730
commit 8569f10e6c
4 changed files with 1566 additions and 1507 deletions

View file

@ -27,6 +27,17 @@
([-lockedInitComponentBearingFrameworksFromBundleArray]): Comment
unused variable to avoid warning.
Part II
* GSWeb.framework/GNUmakefile: Add GSWApplication+Defaults.m.
* GSWeb.framework/GSWApplication.m:
(globalAppDefaultOptions, WOStrictFlag)
(GSWeb_ApplicationDebugSetChange, GSWApplicationSetDebugSetOption)
(GSWeb_AdjustVolatileNSArgumentDomain)
(GSWeb_InitializeGlobalAppDefaultOptions)
(GSWeb_InitializeDebugOptions)
(GSWeb_DestroyGlobalAppDefaultOptions)
((GSWApplicationDefaults), (UserDefaults)): Move from here to...
* GSWeb.framework/GSWApplication+Defaults.m: ... here.
2004-06-16 David Wetzel <dave@turbocat.de>

View file

@ -102,6 +102,7 @@ GSWBundle.m \
NSString+Trimming.m \
NSString+HTML.m \
GSWApplication.m \
GSWApplication+Defaults.m \
GSWAssociation.m \
GSWComponent.m \
GSWContext.m \

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff