mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 11:11:21 +00:00
* 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:
parent
24679f8730
commit
8569f10e6c
4 changed files with 1566 additions and 1507 deletions
11
ChangeLog
11
ChangeLog
|
@ -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>
|
||||
|
||||
|
|
|
@ -102,6 +102,7 @@ GSWBundle.m \
|
|||
NSString+Trimming.m \
|
||||
NSString+HTML.m \
|
||||
GSWApplication.m \
|
||||
GSWApplication+Defaults.m \
|
||||
GSWAssociation.m \
|
||||
GSWComponent.m \
|
||||
GSWContext.m \
|
||||
|
|
1553
GSWeb.framework/GSWApplication+Defaults.m
Normal file
1553
GSWeb.framework/GSWApplication+Defaults.m
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue